Activity.Invoke Metodo

Definizione

Sottoscrive un EventHandler o un IActivityEventListener<T> e richiama il delegato.

Overload

Invoke<T>(EventHandler<T>, T)

Sottoscrive un EventHandler e richiama il delegato.

Invoke<T>(IActivityEventListener<T>, T)

Sottoscrive un IActivityEventListener<T> e richiama il delegato.

Invoke<T>(EventHandler<T>, T)

Sottoscrive un EventHandler e richiama il delegato.

protected public:
generic <typename T>
 where T : EventArgs void Invoke(EventHandler<T> ^ handler, T e);
protected internal void Invoke<T> (EventHandler<T> handler, T e) where T : EventArgs;
member this.Invoke : EventHandler<'T (requires 'T :> EventArgs)> * 'T -> unit (requires 'T :> EventArgs)
Protected Friend Sub Invoke(Of T As EventArgs) (handler As EventHandler(Of T), e As T)

Parametri di tipo

T

Tipo specificato.

Parametri

handler
EventHandler<T>

EventHandler da richiamare.

e
T

L'oggetto EventArgs da associare all'evento.

Si applica a

Invoke<T>(IActivityEventListener<T>, T)

Sottoscrive un IActivityEventListener<T> e richiama il delegato.

protected public:
generic <typename T>
 where T : EventArgs void Invoke(System::Workflow::ComponentModel::IActivityEventListener<T> ^ eventListener, T e);
protected internal void Invoke<T> (System.Workflow.ComponentModel.IActivityEventListener<T> eventListener, T e) where T : EventArgs;
member this.Invoke : System.Workflow.ComponentModel.IActivityEventListener<'T (requires 'T :> EventArgs)> * 'T -> unit (requires 'T :> EventArgs)
Protected Friend Sub Invoke(Of T As EventArgs) (eventListener As IActivityEventListener(Of T), e As T)

Parametri di tipo

T

Tipo specificato.

Parametri

e
T

L'oggetto EventArgs da associare all'evento.

Si applica a