SPEventPropertiesBase Members

Include Protected Members
Include Inherited Members

Abstract base class that provides the event properties that are common to all event types. This class is never instantiated.

The SPEventPropertiesBase type exposes the following members.

Properties

  Name Description
Public property Cancel Gets or sets a Boolean value that indicates whether to cancel the event.
Public property ErrorMessage Gets or sets the error message that Microsoft SharePoint Foundation displays when an event is cancelled.
Public property EventType Gets the type of the event.
Protected property EventUserToken Represents the current user at the time the specified event is fired.
Public property OriginatingUserToken Gets the token of the user who makes the request.
Public property ReceiverData Gets a string that contains data about the event.
Public property RedirectUrl A URL to redirect to when the status of SPEventReceiverStatus is CancelWithRedirectUrl.
Public property SiteId Gets the site ID of the event.
Public property Status Gets or sets the status of trapping the event.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPEventPropertiesBase Class

Microsoft.SharePoint Namespace