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.EventArgsAn EventArgs object that contains the data for the MethodInvoking event.
See Also
Reference
LogToHistoryListActivity Class