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:

EventDescriptionVersion Introduced
OnCommandFired when a user executes a command by clicking a button.3.2
OnCheckBoxCheckFired when a user checks or unchecks a check box control.3.2
OnComboSelChangeFired when a user selects an item in a combo box control.3.2
OnDateFieldChangeFired when a user selects a date in the date field or types in a new date.3.2
OnEditFieldLostFocusFired when a user exits an edit field control.3.2
OnGroupOptionClickFired when a user clicks on a group's option button.3.2
OnMinimizeChangeFired when the ribbon minimizes or maximizes.4.0
  • No labels