Compartir a través de


DispatcherHookEventArgs(DispatcherOperation) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

operation
DispatcherOperation

Operación asociada al evento.

Se aplica a