Share via


UpdateAllTasks.OnMethodInvoking method

Provides a hook for derived classes to set ParameterBindings. This method is called immediately before the external method is run.

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

  • e
    Type: System.EventArgs

    An EventArgs object that contains the data for the MethodInvoking event.

See also

Reference

UpdateAllTasks class

UpdateAllTasks members

Microsoft.SharePoint.WorkflowActions namespace