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 Name
Declaration
public NameEventArgs(string oldName, string newName)
Parameters
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 |