![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 218
1998-2004 Gravitybox Software LLC
BeforeHorizontalScroll
Event BeforeHorizontalScroll(Cancel As
Boolean)
This event is raised before the horizontal scrollbar
value changes. When the user scrolls the horizontal
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.
BeforeItemResize
Event BeforeItemResize(Index As Long,
Cancel As Boolean)
When the mouse is moved over a ScheduleItem, it
becomes highlighted. The SelectedItem has two
bars on the top and bottom, which can be dragged to
resize an appointment. This is the event raised
before each resize. The parameter is the item's
index in the ScheduleItems collection. This event is
raised if the user tries to resize a ScheduleItem. You
can cancel this operation with the "Cancel"
parameter.
|