LogToHistoryListActivity.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 Overridable Sub OnMethodInvoking ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

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

Parameters

  • e
    Type: System.EventArgs

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

See Also

Reference

LogToHistoryListActivity Class

LogToHistoryListActivity Members

Microsoft.SharePoint.WorkflowActions Namespace