DispatcherHooks.OperationStarted Evento

Definição

Ocorre quando uma operação é invocada.

public:
 event System::Windows::Threading::DispatcherHookEventHandler ^ OperationStarted;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event System.Windows.Threading.DispatcherHookEventHandler OperationStarted;
public event System.Windows.Threading.DispatcherHookEventHandler OperationStarted;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.OperationStarted : System.Windows.Threading.DispatcherHookEventHandler 
member this.OperationStarted : System.Windows.Threading.DispatcherHookEventHandler 
Public Custom Event OperationStarted As DispatcherHookEventHandler 

Tipo de Evento

Atributos

Observações

Normalmente, este evento deve-se à BeginInvoke API, mas a Invoke API também pode causar este evento se for especificada qualquer prioridade distinta DispatcherPriority.Send , ou se o despachante de destino pertencer a um thread diferente.

Qualquer thread pode publicar operações, por isso este evento pode ser levantado por qualquer thread.

Aplica-se a