DeploymentPathChangedEventArgs(String) Constructor

Definition

Initializes a new instance of the DeploymentPathChangedEventArgs class with the former value of the deployment path.

public:
 DeploymentPathChangedEventArgs(System::String ^ oldDeploymentPath);
public DeploymentPathChangedEventArgs (string oldDeploymentPath);
new Microsoft.VisualStudio.SharePoint.DeploymentPathChangedEventArgs : string -> Microsoft.VisualStudio.SharePoint.DeploymentPathChangedEventArgs
Public Sub New (oldDeploymentPath As String)

Parameters

oldDeploymentPath
String

The DeploymentPath property value before the change.

Applies to