ClassNameChangedEventArgs 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 class is changed.
public ref class ClassNameChangedEventArgs : EventArgs
public class ClassNameChangedEventArgs : EventArgs
type ClassNameChangedEventArgs = class
inherit EventArgs
Public Class ClassNameChangedEventArgs
Inherits EventArgs
- Inheritance
-
ClassNameChangedEventArgs
Constructors
ClassNameChangedEventArgs(String, String, IEnumerable<String>) |
Initializes a new instance of the ClassNameChangedEventArgs class. |
Properties
ClassName |
Gets or sets the current class name. |
Files |
Gets or sets the list of files affected by the class rename operation. |
OldClassName |
Gets or sets the class name before the rename operation. |