Namespace:
System.Workflow.ComponentModel
Assembly:
System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Visual Basic (Declaration)
Public Sub RegisterForStatusChange ( _
dependencyProp As DependencyProperty, _
activityStatusChangeListener As IActivityEventListener(Of ActivityExecutionStatusChangedEventArgs) _
)
Dim instance As Activity
Dim dependencyProp As DependencyProperty
Dim activityStatusChangeListener As IActivityEventListener(Of ActivityExecutionStatusChangedEventArgs)
instance.RegisterForStatusChange(dependencyProp, _
activityStatusChangeListener)
public void RegisterForStatusChange(
DependencyProperty dependencyProp,
IActivityEventListener<ActivityExecutionStatusChangedEventArgs> activityStatusChangeListener
)
public:
void RegisterForStatusChange(
DependencyProperty^ dependencyProp,
IActivityEventListener<ActivityExecutionStatusChangedEventArgs^>^ activityStatusChangeListener
)
public function RegisterForStatusChange(
dependencyProp : DependencyProperty,
activityStatusChangeListener : IActivityEventListener<ActivityExecutionStatusChangedEventArgs>
)
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.
.NET Framework
Supported in: 3.5, 3.0
Reference