NamespaceNameChangedEventArgs 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 NamespaceNameChangedEventArgs class.
public:
NamespaceNameChangedEventArgs(System::String ^ namespaceName, System::String ^ oldNamespaceName, System::Collections::Generic::IEnumerable<System::String ^> ^ files);
public NamespaceNameChangedEventArgs (string namespaceName, string oldNamespaceName, System.Collections.Generic.IEnumerable<string> files);
new Microsoft.VisualStudio.SharePoint.NamespaceNameChangedEventArgs : string * string * seq<string> -> Microsoft.VisualStudio.SharePoint.NamespaceNameChangedEventArgs
Public Sub New (namespaceName As String, oldNamespaceName As String, files As IEnumerable(Of String))
Parameters
- namespaceName
- String
The current namespace name.
- oldNamespaceName
- String
The namespace name before the rename operation.
- files
- IEnumerable<String>
The files to be modified.