Share via


NamespaceNameChangedEventArgs Constructor

[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 NamespaceNameChangedEventArgs class.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    namespaceName As String, _
    oldNamespaceName As String, _
    files As IEnumerable(Of String) _
)
public NamespaceNameChangedEventArgs(
    string namespaceName,
    string oldNamespaceName,
    IEnumerable<string> files
)

Parameters

  • oldNamespaceName
    Type: System.String

    The namespace name before the rename operation.

.NET Framework Security

See Also

Reference

NamespaceNameChangedEventArgs Class

Microsoft.VisualStudio.SharePoint Namespace