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

Gravitybox Schedule Primer
Page 211 
1998-2004 Gravitybox Software LLC
Events
AfterAdd
Event AfterAdd(NewIndex As Long)
AfterAdd is raised after a ScheduleItem has been
added. A user can add an appointment by double-
clicking on the background or in code. The
parameter is the index of the new item. AllowAdd
dictates this functionality.
AfterColumnResize
Event AfterColumnResize(NewWidth As
Long)
This  event is raised after a user resizes the
columns. If the AllowColumnResizing property is set,
then the user can use the mouse to grab the edge of
a column and resize it. All columns are the same
width, so resizing one applies to all columns. The
"NewWidth" parameter is the new ColumnWidth
property.
AfterCopy
Event AfterCopy(ScheduleItem As
CScheduleEl)
AfterCopy is raised after an item is has been copies
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.
AfterDelete
Event AfterDelete(LastIndex As Long)
AfterDelete is raised after an item is removed with
the DeleteItem method. The user can do this by
pressing the <Delete> key when highlighted or in
code. AllowDelete dictates this functionality.
http://www.purepage.com