Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

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

ComponentKeyChangedEventArgs

Properties

newKey

readonly newKey: string

the new key.


oldKey

readonly oldKey: string

the old key.