Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
e
Type: System.EventArgsThe data for the event.
Remarks
This override sets the parameter binding values for the ModificationId and ContextData properties.
See Also
Reference
EnableWorkflowModification Class