Condividi tramite


DispatcherHooks.OperationPosted Evento

Definizione

Si verifica quando un'operazione viene inviata al dispatcher.

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

Tipo evento

DispatcherHookEventHandler
Attributi

Commenti

In genere, questo evento si verifica durante una chiamata a BeginInvoke.

Questo evento può verificarsi durante una chiamata a Invoke se viene specificata una priorità diversa Send da o se il dispatcher di destinazione è di proprietà di un thread diverso.

Qualsiasi thread può registrare le operazioni; pertanto, questo evento può essere generato da qualsiasi thread.

Si applica a

Vedi anche