eUXEvents Fields
The eUXEvents type exposes the following members.
Fields
Name | Description | |
---|---|---|
OnBeforeLoad |
Fires before the data of a form is Retreived. Can be used to set new values before a form is displayed to a user
|
|
OnClick |
Fired on Button elements once the user clicks/taps on it
|
|
OniValueChanged |
Fired when the iValue (internal Value) property has changed
|
|
OnLoad |
Fires if an NMI Element has loaded. Not all NMI Element fire this event, yet. TheFormInfo is the main element to fire this event
|
|
OnPropertyChanged |
Fired when a UX property was changed
|
|
OnPropertySet |
Fired when a UX property was set even if it has not changed
|
|
OnShow |
Fires when a Screen is visible in the NMI
|
|
OnThingEvent |
Fired if any other thing event happened
|
|
OnUXCreated |
Fires when the UX of a Thing has been created
|