DeploymentTypeChangedEventArgs(DeploymentType) Constructor
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.
Initializes a new instance of the DeploymentTypeChangedEventArgs class with the old value for the deployment type.
public DeploymentTypeChangedEventArgs (Microsoft.VisualStudio.SharePoint.DeploymentType oldDeploymentType);
Parameters
- oldDeploymentType
- DeploymentType
The DeploymentType property value before the change event.