WorkflowFeatureReceiver Members
Include Protected Members
Include Inherited Members
Provides overrides of feature event handlers in the SPFeatureReceiver base class. Project Server 2010 workflows do not add any functionality to the SharePoint event handlers.
The WorkflowFeatureReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowFeatureReceiver | Instantiates a WorkflowFeatureReceiver object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FeatureActivated | The handler for the FeatureActivated event; it is called after a feature is activated. (Overrides SPFeatureReceiver.FeatureActivated(SPFeatureReceiverProperties).) | |
FeatureDeactivating | The handler for the FeatureDeactivating event; it is called before a feature is deactivated. (Overrides SPFeatureReceiver.FeatureDeactivating(SPFeatureReceiverProperties).) | |
FeatureInstalled | The handler for the FeatureInstalled event; it is called after a feature is installed. (Overrides SPFeatureReceiver.FeatureInstalled(SPFeatureReceiverProperties).) | |
FeatureUninstalling | The handler for the FeatureUninstalling event; it is called before a feature is uninstalled. (Overrides SPFeatureReceiver.FeatureUninstalling(SPFeatureReceiverProperties).) | |
FeatureUpgrading | (Inherited from SPFeatureReceiver.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top