IActivityEventListener<T> Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Workflow.ComponentModel
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return to top
Defines the interface for an object that listens for an event.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | OnEvent(Object^, T) | Defines the processing procedure when the subscribed-to event occurs. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
The typing of the event arguments is important to this definition.
.NET Framework
Available since 3.0
Available since 3.0
Show:

