Compartilhar via


DispatcherHookEventArgs(DispatcherOperation) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

operation
DispatcherOperation

A operação associada ao evento.

Aplica-se a