Share via


DispatcherHooks.OperationStarted Evento

Definición

Tiene lugar cuando se invoca una operación.

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

DispatcherHookEventHandler
Atributos

Comentarios

Normalmente, este evento se debe a la BeginInvoke API, pero la Invoke API también puede provocar este evento si se especifica alguna prioridad distinta DispatcherPriority.Send de la especificada, o si el distribuidor de destino es propiedad de un subproceso diferente.

Cualquier subproceso puede publicar operaciones, por lo que cualquier subproceso puede generar este evento.

Se aplica a