Navigation bar
  Home Print document Start Previous page
 215 of 234 
Next page End  

Gravitybox Schedule Primer
Page 213 
1998-2004 Gravitybox Software LLC
AfterItemResize
Event AfterItemResize(Index As Integer)
This event is raised after the user resizes a
SelectedItem. 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 after each resize. The parameter
is the item's index in the ScheduleItems collection.
AfterMove
Event AfterMove(ScheduleItem As
CScheduleEl)
AfterMove is raised after an item is has been moved
to a new position on the same schedule screen or a
new screen. If a ScheduleItem is being move within
the same window, there is no confusion as to where
the event is raised, but if you drag the appointment
to another schedule window, it is important to
remember that this event is raised on the source
window.
Note: The user copies  an appointment by dragging
it with the <CTRL> key pressed. If this key is not
pressed then it is an appointment move.
AfterRowResize
Event AfterRowResize(NewHeight As Long)
This event is raised after a user resizes the rows. If
the AllowRowResizing property is set, then the user
can use the mouse to grab the edge of a row and
resize it. All rows are the same height, so resizing
one applies to all rows. The "NewHeight" parameter
is the new RowHeight property.
AfterVerticalScroll
Event AfterVerticalScroll()
This event is raised after the user moves the vertical
scroll bar. It also may be raised when calling the
ShowItem, ShowDay, or ShowRoom methods, since
these methods will scroll the screen as well.
http://www.purepage.com