SPWorkflowEventProperties.EventType property

Gets the type of the workflow event.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

SPWorkflowEventProperties members

Microsoft.SharePoint.Workflow namespace