DispatcherHookEventArgs(DispatcherOperation) Konstruktor

Definition

Initialisiert eine neue Instanz der DispatcherHookEventArgs-Klasse.

public:
 DispatcherHookEventArgs(System::Windows::Threading::DispatcherOperation ^ operation);
public DispatcherHookEventArgs (System.Windows.Threading.DispatcherOperation operation);
new System.Windows.Threading.DispatcherHookEventArgs : System.Windows.Threading.DispatcherOperation -> System.Windows.Threading.DispatcherHookEventArgs
Public Sub New (operation As DispatcherOperation)

Parameter

operation
DispatcherOperation

Der dem Ereignis zugeordnete Vorgang.

Gilt für