EventHandlersActivity Class
A composite activity that contains a collection of event handlers. It is typically used where a collection of events must be handled. Each event is handled by one EventDrivenActivity, which is part of EventHandlersActivity.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
'Declaration <AlternateFlowActivityAttribute> _ <ToolboxBitmapAttribute(GetType(EventHandlersActivity), "Resources.events.png")> _ Public NotInheritable Class EventHandlersActivity _ Inherits CompositeActivity _ Implements IActivityEventListener(Of ActivityExecutionStatusChangedEventArgs) 'Usage Dim instance As EventHandlersActivity
The EventHandlersActivity activity holds a set of EventDrivenActivity classes, for use by the associated Activity.
An EventHandlersActivity activity can only be associated with an EventHandlingScopeActivity.
The EventHandlersActivity activity is a CompositeActivity, meaning the EventHandlersActivity activity can contain other activities.
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.Activities.EventHandlersActivity
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.