Class: ComponentKeyChangedEventArgs
Represents the event argument for the event when the component key changes.
Constructors
Constructor
new ComponentKeyChangedEventArgs(
oldKey
,newKey
):ComponentKeyChangedEventArgs
Constructs a new instance of the ComponentKeyChangedEventArgs class.
Parameters
oldKey
string
the old key.
newKey
string
the new key.
Returns
ComponentKeyChangedEventArgs
Properties
newKey
readonly
newKey:string
the new key.
oldKey
readonly
oldKey:string
the old key.