DeploymentTypeChangedEventArgs(DeploymentType) Constructor

Definition

Initializes a new instance of the DeploymentTypeChangedEventArgs class with the old value for the deployment type.

public:
 DeploymentTypeChangedEventArgs(Microsoft::VisualStudio::SharePoint::DeploymentType oldDeploymentType);
public DeploymentTypeChangedEventArgs (Microsoft.VisualStudio.SharePoint.DeploymentType oldDeploymentType);
new Microsoft.VisualStudio.SharePoint.DeploymentTypeChangedEventArgs : Microsoft.VisualStudio.SharePoint.DeploymentType -> Microsoft.VisualStudio.SharePoint.DeploymentTypeChangedEventArgs
Public Sub New (oldDeploymentType As DeploymentType)

Parameters

oldDeploymentType
DeploymentType

The DeploymentType property value before the change event.

Applies to