NamespaceNameChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for an event raised when the name of a namespace has been changed.
public ref class NamespaceNameChangedEventArgs : EventArgs
public class NamespaceNameChangedEventArgs : EventArgs
type NamespaceNameChangedEventArgs = class
inherit EventArgs
Public Class NamespaceNameChangedEventArgs
Inherits EventArgs
- Inheritance
-
NamespaceNameChangedEventArgs
Constructors
NamespaceNameChangedEventArgs(String, String, IEnumerable<String>) |
Initializes a new instance of the NamespaceNameChangedEventArgs class. |
Properties
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. |