Share via


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

OnWorkflowItemDeleted class

OnWorkflowItemDeleted members

Microsoft.SharePoint.WorkflowActions namespace