Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the ClassNameChangingEventArgs class.
Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
    className As String, _
    newClassName As String, _
    files As IEnumerable(Of String), _
    additionalFiles As IList(Of String) _
)
public ClassNameChangingEventArgs(
    string className,
    string newClassName,
    IEnumerable<string> files,
    IList<string> additionalFiles
)
Parameters
- className 
 Type: System.String- The current class name. 
- newClassName 
 Type: System.String- The class name after the rename operation. 
- files 
 Type: System.Collections.Generic.IEnumerable<String>- The files to be modified. 
- additionalFiles 
 Type: System.Collections.Generic.IList<String>- The files affected by the rename operation. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.