Partilhar via


SetState.OnMethodInvoking Method

Handles the MethodInvoking event.

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

Syntax

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

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

Parameters

Remarks

This override adds the workflow ID specified by the WorkflowId property, the index of the workflow status specified by the Index property, and the workflow status specified by the State property to the ParameterBingings().

See Also

Reference

SetState Class

SetState Members

Microsoft.SharePoint.WorkflowActions Namespace