NameChangedEventArgs(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 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.