![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 229
1998-2004 Gravitybox Software LLC
ScheduleItemStart
Event ScheduleItemStart(Index As
Integer)
This event is raised when it is time for a
ScheduleItem to begin. Each Item has a StartTime
property. On a Schedule, when the current day
matches an Item's "StartDate" and the current time
matches the Item's StartTime, then this event is
raised with the "Index" parameter being this
particular Item's index in the ScheduleItems
collection. All rooms for a particular day are checked
for a time match. This event allows you to build
applications that trigger other processes at
predetermined times.
SelectedItemChange
Event SelectedItemChange()
This event is raised when the property SelectedItem
is changed. This happens any time that the Highlight
bars are drawn on an appointment. There are
several ways this event may be raised. The
developer may select an appointment by setting the
SelectedItem property. The user may select an
appointment by moving the mouse over an
appointment. Alternately, the <Tab> key may be
pressed to the move through the ScheduleItems
collection while selecting each one in turn.
|