SPFeatureReceiver members
Defines methods that are called when a Feature is installed, uninstalled, activated, deactivated, or upgraded.
The SPFeatureReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPFeatureReceiver | Initializes a new instance of the SPFeatureReceiver class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
FeatureActivated | Handles the event that is raised after a Feature is activated. |
![]() |
FeatureDeactivating | Handles the event that is raised when a Feature is deactivated. |
![]() |
FeatureInstalled | Handles the event that is raised after a Feature is installed. |
![]() |
FeatureUninstalling | Handles the event that is raised when a Feature is uninstalled. |
![]() |
FeatureUpgrading | Handles the event that is raised when a Feature is upgraded. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top