C-DEngine 5.105

eUXEvents Members

The eUXEvents type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Fields


  Name Description
Public field Static member 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
Public field Static member OnClick
Fired on Button elements once the user clicks/taps on it
Public field Static member OniValueChanged
Fired when the iValue (internal Value) property has changed
Public field Static member 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
Public field Static member OnPropertyChanged
Fired when a UX property was changed
Public field Static member OnPropertySet
Fired when a UX property was set even if it has not changed
Public field Static member OnShow
Fires when a Screen is visible in the NMI
Public field Static member OnThingEvent
Fired if any other thing event happened
Public field Static member OnUXCreated
Fires when the UX of a Thing has been created