EventType
Overview
This is a class that represents the events in the solution. This can be the build in events (mostly form events) like EventType.onShow But also custom events that are added via the Solution eventTypes property.
Constants Summarized
The form onBeforeHide event, fired when the form is about the be hidden.
The form onBeforeSelection event, fired when the form's foundset is about to change its selection.
The form onDataChange event, fired when the form element data is changed.
The form onElementFocusGained event, fired when the form element gets focus.
The form onElementFocusLost event, fired when the form element loses its focus.
The form onHide event, fired when the form is hidden.
The form onLoad event, fired when the form is loaded/created.
The form onRecordEdit event, fired when a record of a form is going into edit mode.
The form onRecordStop event, fired when the a record of a form is going out of edit mode.
The form onSelection event, fired when the form's foundset selection is changed.
The form onResze event, fired when the form is resized.
The form onShow event, fired when the form is shown.
The form onSort event, fired when the form's foundset is sorted
The form onUnLoad event, fired when the form is being unloaded/destroyed.
Methods Summarized
Constants Detailed
onBeforeHide
The form onBeforeHide event, fired when the form is about the be hidden.
onBeforeRecordSelection
The form onBeforeSelection event, fired when the form's foundset is about to change its selection.
onElementDataChange
The form onDataChange event, fired when the form element data is changed.
onElementFocusGained
The form onElementFocusGained event, fired when the form element gets focus.
onElementFocusLost
The form onElementFocusLost event, fired when the form element loses its focus.
onHide
The form onHide event, fired when the form is hidden.
onLoad
The form onLoad event, fired when the form is loaded/created.
onRecordEditStart
The form onRecordEdit event, fired when a record of a form is going into edit mode.
onRecordEditStop
The form onRecordStop event, fired when the a record of a form is going out of edit mode.
onRecordSelection
The form onSelection event, fired when the form's foundset selection is changed.
onResize
The form onResze event, fired when the form is resized.
onShow
The form onShow event, fired when the form is shown.
onSort
The form onSort event, fired when the form's foundset is sorted
onUnload
The form onUnLoad event, fired when the form is being unloaded/destroyed.
Methods Detailed
getName()
isDefaultEvent()
Last updated
Was this helpful?