NamespaceNameChangedEventArgs Class
Provides data for an event raised when the name of a namespace has been changed.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | NamespaceNameChangedEventArgs(String^, String^, IEnumerable<String^>^) | Initializes a new instance of the NamespaceNameChangedEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Files | Gets the list of files affected by the rename. |
![]() | NamespaceName | Gets the current namespace name. |
![]() | OldNamespaceName | Gets the namespace name before the rename operation. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


