DispatcherHooks.OperationStarted Evento
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.