CreateTask.OnMethodInvoked Method

Extracts and sets the value of the ListItemId property from the ParameterBindings.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Protected Overrides Sub OnMethodInvoked ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnMethodInvoked(e)
protected override void OnMethodInvoked(
    EventArgs e
)

Parameters

Remarks

This override is called after the activity is executed.

This override extracts and sets the value of the ListItemId property from the ParameterBindings.

See Also

Reference

CreateTask Class

CreateTask Members

Microsoft.SharePoint.WorkflowActions Namespace