SPWebEventReceiver Members
Include Protected Members
Include Inherited Members
Provides methods for trapping events that occur to Web sites. This class is never instantiated.
The SPWebEventReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWebEventReceiver | Initializes a new instance of the SPWebEventReceiver class. |
Top
Properties
Name | Description | |
---|---|---|
EventFiringDisabled | Obsolete. Boolean property that announces whether event firing is currently enabled or disabled. (Inherited from SPEventReceiverBase.) | |
EventFiringEnabled | Gets or sets a value that indicates whether event firing is enabled. (Inherited from SPEventReceiverBase.) |
Top
Methods
Name | Description | |
---|---|---|
DisableEventFiring | Obsolete. Prevents events from being raised. (Inherited from SPEventReceiverBase.) | |
EnableEventFiring | Obsolete. Enables events to be raised. (Inherited from SPEventReceiverBase.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SiteDeleted | Occurs after a site collection has been deleted. | |
SiteDeleting | Occurs when a site collection is being deleted. | |
ToString | (Inherited from Object.) | |
WebAdding | Synchronous Before event that occurs before a new subsite is created, but not when the root web site of a new site collection is created. | |
WebDeleted | Asynchronous After event that occurs after an existing Web site is completely deleted. | |
WebDeleting | Synchronous Before event that occurs before an existing Web site is completely deleted. | |
WebMoved | Asynchronous After event that occurs after an existing Web site has been moved. | |
WebMoving | Synchronous Before event that occurs before an existing Web site has been renamed or moved to a different parent object. | |
WebProvisioned | Synchronous After event that fires after a subsite is fully provisioned and the provisioning process has stopped, but does not fire when the root web site of a new site collection is created. |
Top