Activity.Invoke Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subscribes an EventHandler or an IActivityEventListener<T> and invokes that delegate.
Invoke<T>(EventHandler<T>, T) |
Subscribes an EventHandler and invokes that delegate. |
Invoke<T>(IActivityEventListener<T>, T) |
Subscribes an IActivityEventListener<T> and invokes that delegate. |
Subscribes an EventHandler and invokes that delegate.
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)
Type Parameters
- T
The specified type.
Parameters
- handler
- EventHandler<T>
The EventHandler to be invoked.
- e
- T
The EventArgs to associate with this event.
Applies to
.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Subscribes an IActivityEventListener<T> and invokes that delegate.
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)
Type Parameters
- T
The specified type.
Parameters
- eventListener
- IActivityEventListener<T>
The IActivityEventListener<T> to be invoked.
- e
- T
The EventArgs to associate with this event.
Applies to
.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
คำติชม .NET
.NET เป็นโครงการโอเพนซอร์ส เลือกลิงก์เพื่อให้คำติชม: