Condividi tramite


DispatcherHookEventArgs(DispatcherOperation) Costruttore

Definizione

Inizializza una nuova istanza della classe DispatcherHookEventArgs.

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)

Parametri

operation
DispatcherOperation

Operazione associata all'evento.

Si applica a