NameChangedEventArgs(String) Constructor

Definition

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

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

Parameters

oldName
String

the name property value before the change.

Applies to