Class: ComponentKeyChangedEventArgs
Represents the event argument for the event when the component key changes.
Constructors
new ComponentKeyChangedEventArgs()
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
Properties
newKey
readonly
newKey:string
the new key.
oldKey
readonly
oldKey:string
the old key.