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 WorkflowPostponed event.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
Sub WorkflowPostponed ( _
properties As SPWorkflowEventProperties _
)
'Usage
Dim instance As ISPWorkflowEventReceiver
Dim properties As SPWorkflowEventProperties
instance.WorkflowPostponed(properties)
void WorkflowPostponed(
SPWorkflowEventProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.Workflow.SPWorkflowEventPropertiesThe information about the event.
Remarks
When implemented by a class, this method handles the WorkflowPostponed event.
See Also
Reference
ISPWorkflowEventReceiver Interface