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 | |
---|---|---|
Cancel | Gets or sets a Boolean value that indicates whether to cancel the event. | |
ErrorMessage | Gets or sets the error message that Microsoft SharePoint Foundation displays when an event is cancelled. | |
EventType | Gets the type of the event. | |
EventUserToken | Represents the current user at the time the specified event is fired. | |
OriginatingUserToken | Gets the token of the user who makes the request. | |
ReceiverData | Gets a string that contains data about the event. | |
RedirectUrl | A URL to redirect to when the status of SPEventReceiverStatus is CancelWithRedirectUrl. | |
SiteId | Gets the site ID of the event. | |
Status | Gets or sets the status of trapping the event. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top