![]() Gravitybox Schedule.NET
1998-2005 Gravitybox Software LLC
Page 40 of 90
AfterPropertyDialog
When a user double clicks on an appointment, the default appointment, property, dialog
is displayed. If the user presses the save button on this dialog, the AfterPropertyDialog
event is fired. This event is notification that the property dialog was displayed and
saved.
AppointmentClick
This event is raised when the mouse is clicked on an appointment.
AppointmentDoubleClick
This event is raised when the mouse is double clicked on an appointment.
AppointmentHeaderInfoClick
This event is raised when the mouse is clicked on an appointment header.
BeforeApplicationExecute
This event is raised before an external application is started by an appointment. Each
appointments Alarm property object has two properties ApplicationName and
ApplicationArgs that allow you to specify an application, with its arguments, to be
executed when an appointment comes due.
BeforeAppointmentAdd
This event is raised before an appointment is added to the AppointmentCollection. An
event parameter allows you to cancel the operation before the appointment is added. If
the operation is successful the AfterAppointmentAdd event is raised afterwards.
BeforeAppointmentCopy
This event is raised after an appointment has been copied. The user can perform this
action by holding the <CTRL> key and dragging an appointment to a new location.
When dropped the appointment is not moved but copied. An event parameter allows
you to cancel the operation before the appointment is copied.
BeforeAppointmentDue
This event is raised before an appointment comes due. More specifically this event
occurs before the BeforeApplicationExecute event and before the alarm dialog appears.
You can cancel these other actions by setting the cancel parameter to this event to true.
This will effectively cancel the alarm dialog that would have been raised if the alarm
were armed.
BeforeAppointmentMove
This event is raised before an appointment is moved. An event parameter allows you to
cancel the operation before the appointment is removed. If the operation is successful
the AfterAppointmentMove event is raised afterwards.
BeforeAppointmentReminder
|