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