ClassNameChangingEventArgs Constructor

Definition

Initializes a new instance of the ClassNameChangingEventArgs class.

public:
 ClassNameChangingEventArgs(System::String ^ className, System::String ^ newClassName, System::Collections::Generic::IEnumerable<System::String ^> ^ files, System::Collections::Generic::IList<System::String ^> ^ additionalFiles);
public ClassNameChangingEventArgs (string className, string newClassName, System.Collections.Generic.IEnumerable<string> files, System.Collections.Generic.IList<string> additionalFiles);
new Microsoft.VisualStudio.SharePoint.ClassNameChangingEventArgs : string * string * seq<string> * System.Collections.Generic.IList<string> -> Microsoft.VisualStudio.SharePoint.ClassNameChangingEventArgs
Public Sub New (className As String, newClassName As String, files As IEnumerable(Of String), additionalFiles As IList(Of String))

Parameters

className
String

The current class name.

newClassName
String

The class name after the rename operation.

files
IEnumerable<String>

The files to be modified.

additionalFiles
IList<String>

The files affected by the rename operation.

Applies to