![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 220
1998-2004 Gravitybox Software LLC
BeforeVerticalScroll
Event BeforeVerticalScroll(Cancel As
Boolean)
This event is raised before the vertical scrollbar
value changes. When the user scrolls the vertical
scroll bar this event is raised to give you a chance to
cancel the scroll. This event may also raised when
the methods ShowDay, ShowRoom, or ShowTime
are called. In addition, it may be called when an
appointment is being dragged and causes and auto
scroll when it get too close to one of the schedule
edges.
CategoryClick
Event CategoryClick()
This event is raised when the mouse is clicked on
the category area below the headers. There is no
way to determine which category was clicked upon.
CategoryHeaderClick
Event CategoryHeaderClick(Button As
Integer, Shift As Integer)
This event is raised when the mouse is clicked on
the category headers. There is no way to determine
which category header was clicked upon.
DayHeaderClick
Event DayHeaderClick(Button As Integer,
Shift As Integer, X As Single, Y As
Single)
The event is raised when the user clicks on the area
defined as the header for a day.
Note:
This event has no meaning if the ViewMode property
is set to exclude days.
DefaultDialogCancelClick
Event DefaultDialogCancelClick(Index As
Long)
This event is raised when the default dialog is used
for editing and the "Cancel " button is pressed. If the
"Ok" button of the dialog is pressed the "AfterEdit"
event is fired because an appointment was edited.
|