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.
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