NameChangedEventArgs 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.
Represents the event arguments class for the NameChanged event.
public ref class NameChangedEventArgs : EventArgs
public class NameChangedEventArgs : EventArgs
type NameChangedEventArgs = class
inherit EventArgs
Public Class NameChangedEventArgs
Inherits EventArgs
- Inheritance
-
NameChangedEventArgs
Constructors
NameChangedEventArgs(String) |
Initializes a new instance of the NameChangedEventArgs class with the old value for the deployment type. |
Properties
OldName |
Gets or sets the Name property value before the change. |