DeploymentPathChangedEventArgs(String) 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 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.