OnWorkflowItemChanged.OnInvoked Method
Handles the Invoke() event.
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 event.
Remarks
This override sets the WorkflowId(), BeforeProperties(), and AfterProperties() properties based on the received workflowId, beforeProperties, and afterProperties values.