Action_Success | Deprecated in UI API 2004. The UI API will continue to support this property for backward compatibility in the next two releases. Use ItemEvent.ActionSuccess instead. |
ActionSuccess | Indicates whether the application handled the event successfully.
Only relevant when the BeforeAction property is false. |
Before_Action | Deprecated in UI API 2004. The UI API will continue to support this property for backward compatibility in the next two releases. Use ItemEvent.BeforeAction instead. |
BeforeAction | Indicates whether the event handler method is being called before the application handles the event or after. |
CharPressed | The character that was pressed to trigger this event. |
ColUID | The unique ID of the matrix or grid column on which the event occurred (default is -1). |
EventType | The event type. |
FormMode | The mode of the form when the event occurred. |
FormType | Deprecated in UI API 2004. The UI API will continue supporting this property in the next two releases for backward compatibility. ItemEvent.FormTypeEx replaces this property. |
FormTypeCount | The form number within the type. |
FormTypeEx | The type of the form that triggered the event. |
FormUID | The unique ID of the form in which the event occurred. |
InnerEvent | Indicates whether the event is internal. |
ItemChanged | Indicates whether the value of the item that triggered an item event was changed as a result of the event.
For example, a combo box may trigger an event, but the combo box value may remain unchanged and, therefore, nothing needs to be done. Check this property to determine if the value was changed. |
ItemUID | The unique ID of the item on which the event occurred. |
Left | The item's left position. |
Modifiers | Indicates whether modifier keys were pressed at the same time as a standard key. |
PopUpIndicator | The index of the selected item in a popup list, such as a combo box list. |
Row | The number of the matrix or grid row in which the event occurred.
For matrix objects, the value is 1-based; for grid objects, the value is 0-based. |
TargetFormType | The type of the target form. |
TargetFormUID | The unique ID of the target form. |
Top | The item's top position. |