IDeployableFile.DeploymentTypeChanged Event

Definition

Occurs when DeploymentType is changed.

public:
 event EventHandler<Microsoft::VisualStudio::SharePoint::DeploymentTypeChangedEventArgs ^> ^ DeploymentTypeChanged;
event EventHandler<Microsoft.VisualStudio.SharePoint.DeploymentTypeChangedEventArgs> DeploymentTypeChanged;
member this.DeploymentTypeChanged : EventHandler<Microsoft.VisualStudio.SharePoint.DeploymentTypeChangedEventArgs> 
Event DeploymentTypeChanged As EventHandler(Of DeploymentTypeChangedEventArgs) 

Event Type

Remarks

A change in the DeploymentType property is usually followed by the DeploymentPathChanged event.

While in the DeploymentTypeChanged event handler, you can access only the old value of the DeploymentPath property.

Applies to