SPWorkflowEventProperties.EventType Property
Gets the type of the workflow event.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableForceNewKeywordAttribute> _
Public ReadOnly Property EventType As SPEventReceiverType
Get
'Usage
Dim instance As SPWorkflowEventProperties
Dim value As SPEventReceiverType
value = instance.EventType
[SubsetCallableForceNewKeywordAttribute]
public SPEventReceiverType EventType { get; }
Property Value
Type: Microsoft.SharePoint.SPEventReceiverType
The type of the workflow event.
See Also
Reference
SPWorkflowEventProperties Class