Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The method that is called by the workflow runtime when a child activity of the ImpersonationSequenceActivity is removed.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Protected Overrides Sub OnActivityChangeRemove ( _
executionContext As ActivityExecutionContext, _
removedActivity As Activity _
)
'Usage
Dim executionContext As ActivityExecutionContext
Dim removedActivity As Activity
Me.OnActivityChangeRemove(executionContext, _
removedActivity)
protected override void OnActivityChangeRemove(
ActivityExecutionContext executionContext,
Activity removedActivity
)
Parameters
executionContext
Type: System.Workflow.ComponentModel.ActivityExecutionContextThe context that is associated with this activity.
removedActivity
Type: System.Workflow.ComponentModel.ActivityThe specified activity which is removed.
Remarks
This override is called by the workflow runtime when a child activity is removed.
See Also
Reference
ImpersonationSequenceActivity Class