IDeployableFile.DeploymentTypeChanged Event

Occurs when DeploymentType is changed.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Event DeploymentTypeChanged As EventHandler(Of DeploymentTypeChangedEventArgs)
event EventHandler<DeploymentTypeChangedEventArgs> DeploymentTypeChanged

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.

.NET Framework Security

See Also

Reference

IDeployableFile Interface

Microsoft.VisualStudio.SharePoint Namespace