SPEventPropertiesBase.EventUserToken property

Represents the current user at the time the specified event is fired.

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

Syntax

'Declaration
Protected ReadOnly Property EventUserToken As SPUserToken
    Get
'Usage
Dim value As SPUserToken

value = Me.EventUserToken
protected SPUserToken EventUserToken { get; }

Property value

Type: Microsoft.SharePoint.SPUserToken
Returns SPUserToken.

See also

Reference

SPEventPropertiesBase class

SPEventPropertiesBase members

Microsoft.SharePoint namespace