UIFormContextChangeEvent
class UIFormContextChangeEvent
extends
ManagedChangeEvent
Event that is emitted when changes occur to data stored in a UIFormContext
; the name of this event is always set to "FormChange"
to make it easier to delegate these types of events.
Constructor
(source:
UIFormContext
<unknown>): UIFormContextChangeEvent
.source
UIFormContext
<any>
The form data that was changed.
.name
string
Inherited from ManagedEvent.name
.
.freeze()
(): Readonly<this>
Inherited from ManagedEvent.freeze
.