Class NameEventArgs
Event arguments to Name Changed.
Inherited Members
Namespace: Evergine.Framework.Helpers
Assembly: Evergine.Framework.dll
Syntax
public sealed class NameEventArgs : EventArgs
  Constructors
NameEventArgs(string, string)
Initializes a new instance of the NameEventArgs class.
Declaration
public NameEventArgs(string oldName, string newName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | oldName | The old name.  | 
      
| string | newName | The new name.  | 
      
Properties
NewName
Gets the new name of a property.
Declaration
public string NewName { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
OldName
Gets the old name of a property.
Declaration
public string OldName { get; }
  Property Value
| Type | Description | 
|---|---|
| string |