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.
Extracts members from the received EventArgs to set the values of the OnTaskChanged activity’s public properties.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Protected Overrides Sub OnInvoked ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnInvoked(e)
protected override void OnInvoked(
EventArgs e
)
Parameters
e
Type: System.EventArgsThe data for the Invoked event.
Remarks
This override is called after the activity is executed.
This override extracts information from e to set the values of the TaskId property, the Executor property, the BeforeProperties property, and the AfterProperties property of the OnTaskChanged activity.