NamespaceNameChangedEventArgs Class

 

Provides data for an event raised when the name of a namespace has been changed.

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

System::Object
  System::EventArgs
    Microsoft.VisualStudio.SharePoint::NamespaceNameChangedEventArgs

public ref class NamespaceNameChangedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodNamespaceNameChangedEventArgs(String^, String^, IEnumerable<String^>^)

Initializes a new instance of the NamespaceNameChangedEventArgs class.

NameDescription
System_CAPS_pubpropertyFiles

Gets the list of files affected by the rename.

System_CAPS_pubpropertyNamespaceName

Gets the current namespace name.

System_CAPS_pubpropertyOldNamespaceName

Gets the namespace name before the rename operation.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: