SPEventReceiverDefinition.ContextEventType Property
Gets or sets the Guid (Globally Unique Identifier) of the receiver process that is associated with this context event.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Property Value
Type: System.GuidA Guid that represents the identifier for the type object for the context event.
User activity generates events that are defined by event receiver objects and associated with the event host. For example, if the user added an item to a list within a view, then the event receiver object that is used is the one that handles Add() events for the view context.