Navigation bar
  Print document Start Previous page
 44 of 90 
Next page End  

Gravitybox Schedule.NET
1998-2005 Gravitybox Software LLC
Page 42 of 90
PropertyDialogRemoveFiles
The dialog has the ability to display a list of files associated with an appointment. When
and if the user removes one of these files, the PropetyDialogRemoveFiles event is
raised. This gives notification of this action as well as a chance to stop it.
PropertyDialogSaveInvalidArea
If the user changes an appointment property such as the date, time, room, or provider in
such a way to overlap a NoDropArea, this event is raised to notify you of this condition.
No-drop area objects are defined in the schedule NoDropAreaCollection object. Each is
an area of the schedule where appointments are not allowed to exist.
PropertyDialogSaveValueOutOfRange
If the property dialog is used to change the date or time of an appointment to a value
outside of the MinDate through MaxDate range or StartTime through StartTime +
DayLength range, this event is raised. This is not necessary an error condition but you
may wish to be notified of it for some reason. You can cancel the save from this event if
desired.
Category Dialog Notifications
Overview
The category dialog can be displayed from code or by the user on the default
appointment dialog. It consists of a list of all category objects that are present in the
schedule CategoryCollection. The user may assign any number of categories to an
appointment from the dialog.
AfterCategoryListDialog
This event is raised after the category dialog has been displayed. It is merely for
notification that this action has occurred successfully.
BeforeCategoryListDialog
This event is raised before the category dialog is displayed. You may cancel the action
from this event.
Provider Dialog Notifications
Overview
Much like the category dialog, the provider dialog can be displayed from code or by the
user on the default appointment dialog. It consists of a list of all provider objects that are
present in the schedule ProviderCollection. The user may assign any number of
providers to an appointment from the dialog.
AfterProviderListDialog
This event is raised after the provider dialog has been displayed. It is merely for
notification that this action has occurred successfully.
http://www.purepage.com