OLE control events provide a way for the OLE control to communicate back to OpenInsight. Once an event has been qualified using OI's QUALIFY_EVENT message, then the OLE control will fire the event to OpenInsight allowing you to respond to any one of the control's predefined actions. Some events allow you to stop certain actions before they occur, so be sure to read the Remarks section of each event carefully. The following events apply to the SRP Ribbon Control:
Event | Description | Version Introduced |
---|---|---|
OnCommand | Fired when a user executes a command by clicking a button. | 3.2 |
OnCheckBoxCheck | Fired when a user checks or unchecks a check box control. | 3.2 |
OnComboSelChange | Fired when a user selects an item in a combo box control. | 3.2 |
OnDateFieldChange | Fired when a user selects a date in the date field or types in a new date. | 3.2 |
OnEditFieldLostFocus | Fired when a user exits an edit field control. | 3.2 |
OnGroupOptionClick | Fired when a user clicks on a group's option button. | 3.2 |
OnMinimizeChange | Fired when the ribbon minimizes or maximizes. | 4.0 |