![]() Gravitybox WebSchedule.NET
1998-2005 Gravitybox Software LLC
Page 27 of 65
Chapter 3
Event Notifications
Overview
In response to the numerous actions that can occur on a schedule, events are raised to
inform the container of these actions. The following events provide a means to add
custom functionality.
AppointmentClick
This event is raised when the mouse is clicked on an appointment.
AppointmentDoubleClick
This event is raised when the mouse is double clicked on an appointment.
AppointmentHeaderClick
This event is raised when the header of an appointment is clicked.
AppointmentHeaderDoubleClick
This event is raised when the header of an appointment is double clicked.
AppointmentHeaderIconClick
This event is raised when the mouse is clicked on the icon of an appointment header.
AppointmentIconClick
This event is raised when the mouse is clicked on any icon of an appointment.
AppointmentTextClick
This event is raised when the highlighted text of an appointment is clicked.
BeforeAppointmentTextDraw
This event is raised before the text of an appointment is rendered, giving you a chance
to customize the text.
BeforeMonthHeaderDraw
This event is raised before the text of a month header is rendered in month viewmode,
giving you a chance to customize the text.
ColumnHeaderClick
This event is raised when a column header is clicked.
RowHeaderClick
This event is raised when a row header is clicked.
|