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
e
Type: System.EventArgsThe data for the MethodInvoking event.
Remarks
This override is called after the activity is executed.
This override extracts and sets the value of the ListItemId property from the ParameterBindings.