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

Gravitybox Schedule Primer
Page 212 
1998-2004 Gravitybox Software LLC
AfterDragFromFile
Event AfterDragFromFile(ScheduleItem As
CScheduleEl)
This event is raised after the user has dragged a
schedule file onto the schedule window. The
AllowDragToFile property allows the user to drag an
appointment and drop it outside of the schedule to
create a file with an appointment’s properties. The
AllowDragFromFile allows the user drag that
previously saved file and drop it on a schedule to
recreate the saved appointment. This event is raised
after that operation has completed.
AfterEdit
Event AfterEdit(Index As Long)
AfterEdit is raised after an item is modified with the
EditItem method. This method can be called from
code or by double-clicking an appointment. AllowEdit
dictates this functionality.
AfterEditNotes
Event AfterEditNotes(Index As Long,
Notes As String, Cancel As Boolean)
When the ViewMode of the schedule is List, the user
may edit the notes associated with an appointment
in on the right displayed page of the schedule. After
an edit has completed, this event is raised to inform
that the operation was a success.
AfterEditText
Event AfterEditText(Index As Long,
DisplayText As String, Cancel As
Boolean)
This event is raised after the user has edited the text
of a ScheduleItem. The AllowEdit property has to be
true for this to happen. When the user clicks on an
appointment an edit box is displayed and the user
can edit the appointment's displayed text.
AfterHorizontalScroll
Event AfterHorizontalScroll()
This event is raised after the user moves the
horizontal 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