Share via


WorkflowFeatureReceiver.FeatureActivated Method

The handler for the FeatureActivated event; it is called after a feature is activated.

Namespace:  Microsoft.Office.Project.Server.Workflow
Assembly:  Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)

Syntax

'Declaration
Public Overrides Sub FeatureActivated ( _
    properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As WorkflowFeatureReceiver
Dim properties As SPFeatureReceiverProperties

instance.FeatureActivated(properties)
public override void FeatureActivated(
    SPFeatureReceiverProperties properties
)

Parameters

Remarks

The FeatureActivated event handler for Project Server workflows does not add any functionality to the SharePoint event handler.

See Also

Reference

WorkflowFeatureReceiver Class

WorkflowFeatureReceiver Members

Microsoft.Office.Project.Server.Workflow Namespace