SPCustomActionPackagingFeatureReceiver.FeatureActivated method
Handles the event that is raised after a Feature is activated.
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServices (in Microsoft.SharePoint.WorkflowServices.dll)
Syntax
'Declaration
Public Overrides Sub FeatureActivated ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As SPCustomActionPackagingFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureActivated(properties)
public override void FeatureActivated(
SPFeatureReceiverProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPFeatureReceiverPropertiesThe properties of the event.
See also
Reference
SPCustomActionPackagingFeatureReceiver class