Share via


NamespaceNameChangedEventArgs Constructor

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

  • namespaceName
    Type: String

    The current namespace name.

  • oldNamespaceName
    Type: String

    The namespace name before the rename operation.

  • files
    Type: IEnumerable<String>

    The files to be modified.

.NET Framework Security

See Also

Reference

NamespaceNameChangedEventArgs Class

Microsoft.VisualStudio.SharePoint Namespace