WorkflowFeatureReceiver.FeatureInstalled Method
The handler for the FeatureInstalled event; it is called after a feature is installed.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
Public Overrides Sub FeatureInstalled ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As WorkflowFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureInstalled(properties)
public override void FeatureInstalled(
SPFeatureReceiverProperties properties
)
Parameters
- properties
Type: Microsoft.SharePoint.SPFeatureReceiverProperties
The properties of the event.
Remarks
The FeatureInstalled event handler for Project Server workflows does not add any functionality to the SharePoint event handler.