SPItemEventProperties.Context property
Gets the context of the item event.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Context As SPEventContext
Get
'Usage
Dim instance As SPItemEventProperties
Dim value As SPEventContext
value = instance.Context
public SPEventContext Context { get; }
Property value
Type: Microsoft.SharePoint.SPEventContext
An SPEventContext object that represents the context of the item event.