SPWorkflowEventReceiver.WorkflowPostponed method
A stub handler method for the SPEventReceiverType.WorkflowPostponed event. To handle this event, override this method in a derived class.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Sub WorkflowPostponed ( _
properties As SPWorkflowEventProperties _
)
'Usage
Dim instance As SPWorkflowEventReceiver
Dim properties As SPWorkflowEventProperties
instance.WorkflowPostponed(properties)
public virtual void WorkflowPostponed(
SPWorkflowEventProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.Workflow.SPWorkflowEventPropertiesHolds information about the WorkflowPostponed event.
Implements
ISPWorkflowEventReceiver.WorkflowPostponed(SPWorkflowEventProperties)