Share via


WorkflowFeatureReceiver.FeatureDeactivating method

The handler for the FeatureDeactivating event; it is called before a feature is deactivated.

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

Syntax

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

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

Parameters

Remarks

The FeatureDeactivating 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