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 Calendar Control:

EventDescriptionVersion Introduced
OnApptChangeFires when the user moves an appointment.4.0.3
OnDateChangeFires when the user changes the visible date.4.0.3
OnHighlightChangeFires when the user highlights hours or days on a calendar view.4.2
OnSelChangeFires when the user selects or deselects appointments.4.0.3
OnViewChangeFires when the user changes the current view.4.0.3
  • No labels