IDeployableFile.DeploymentTypeChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.