OnWorkflowModified.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

Remarks

This override sets the WorkflowId(), BeforeProperties(), and AfterProperties() properties based on the received workflowId, beforeProperties, and afterProperties values.

See Also

Reference

OnWorkflowModified Class

OnWorkflowModified Members

Microsoft.SharePoint.WorkflowActions Namespace