Share via


OnTaskCreated.OnInvoked Method

Extracts members from the received EventArgs to set the values of the OnTaskCreated 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

Remarks

This override is called after the activity is executed.

This override extracts information from e to set the values of the TaskId, Executor, and AfterProperties properties of the OnTaskDeleted activity.

See Also

Reference

OnTaskCreated Class

OnTaskCreated Members

Microsoft.SharePoint.WorkflowActions Namespace