Back to Devexpress

ASPxScheduler Events

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-aspxscheduler-dot-underscore-events.md

latest21.7 KB
Original Source

ASPxScheduler Events

A scheduler control.

NameDescription
ActiveViewChangedOccurs after the active view of the Scheduler has been changed.
ActiveViewChangingOccurs when the Scheduler control is about to change its active View.
AfterExecuteCallbackCommandOccurs after a callback command is executed.
AllowAppointmentConflictsOccurs when the scheduler finds appointments that are in conflict, and the SchedulerOptionsCustomization.AllowAppointmentConflicts property is set to AppointmentConflictsMode.Custom.
AllowAppointmentCopyOccurs when the scheduler initialize an appointment and the SchedulerOptionsCustomization.AllowAppointmentCopy property is set to Custom.
AllowAppointmentCreateOccurs when the scheduler initialize an appointment.
AllowAppointmentDeleteOccurs when the scheduler initialize an appointment.
AllowAppointmentDragOccurs when the scheduler initialize an appointment.
AllowAppointmentDragBetweenResourcesOccurs when the scheduler initialize an appointment and the SchedulerControl.AllowAppointmentDragBetweenResources property is set to Custom.
AllowAppointmentEditOccurs when the scheduler initialize an appointment and the SchedulerOptionsCustomization.AllowAppointmentEdit property is set to Custom.
AllowAppointmentResizeOccurs when the scheduler initialize an appointment and the SchedulerOptionsCustomization.AllowAppointmentResize property is set to Custom.
AllowInplaceEditorOccurs when the scheduler initialize an appointment.
AppointmentChangingFires when an appointment’s property is about to be changed. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentCollectionAutoReloadingOccurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentCollectionClearedFires after the appointment collection has been cleared. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentCollectionLoadedFires after appointments have been loaded into the AppointmentBaseCollection collection. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentDeletingOccurs before an appointment is deleted and allows you to cancel the action. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentFormShowingOccurs before the appointment editing window is created.
AppointmentInplaceEditorShowingOccurs before an inplace appointment editor is invoked.
AppointmentInsertingOccurs before an appointment is added to the AppointmentBaseCollection collection and allows you to cancel the operation. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentRowDeletedFires after an appointment’s data row is deleted from the data source. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentRowDeletingFires before an appointment data row is deleted from the data source. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentRowInsertedFires after a new record containing appointment information is inserted into the data source. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentRowInsertingFires before appointment data is posted to the data source for insertion. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentRowUpdatedFires after an appointment’s data record is updated. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentRowUpdatingFires before the appointment data is posted to the data source to update the record. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentsChangedFires when the appointments’ properties have been changed. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentsDeletedFires after you delete an appointment. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentsInsertedFires after one or several appointments have been added to the collection. Inherited from ASPxSchedulerDataWebControlBase.
AppointmentViewInfoCustomizingOccurs every time an appointment is rendered, so its AppointmentViewInfoCustomizingEventArgs.ViewInfo is changed.
BeforeExecuteCallbackCommandFires before a callback command is executed.
BeforeGetCallbackResultOccurs after a callback sent by the current control has been processed on the server, but prior to the time the respective callback result render is formed.
CallbackError staticAllows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control. Inherited from ASPxWebControl.
ClientLayoutEnables you to save and restore the previously saved layout of the scheduler.
CustomCallbackFires when a round trip to the server has been initiated by a call to the client ASPxClientScheduler.PerformCallback method. Inherited from ASPxSchedulerDataWebControlBase.
CustomErrorTextEnables you to provide custom error descriptions.
CustomizeElementStyleFires before a scheduler’s visual element is rendered.
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client.
DataBindingOccurs when the server control binds to a data source. Inherited from Control.
DataBoundOccurs after the server control is bound to a data source. Inherited from ASPxDataWebControlBase.
DateNavigatorQueryActiveViewTypeEnables you to specify a view type to which the Scheduler switches after the end-user changes selected dates in the DateNavigator control.
DisposedOccurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. Inherited from Control.
FetchAppointmentsOccurs before the scheduler starts retrieving the appointments for the specified time interval. Inherited from ASPxSchedulerDataWebControlBase.
FilterAppointmentEnables specific appointments to be hidden in the scheduler. Inherited from ASPxSchedulerDataWebControlBase.
FilterReminderAlertEnables you to fire alerts only for specific reminders. Inherited from ASPxSchedulerDataWebControlBase.
FilterResourceHides specific resources in the scheduler. Inherited from ASPxSchedulerDataWebControlBase.
GotoDateFormShowingOccurs before the Go To Date dialog window is invoked.
HtmlTimeCellPreparedOccurs when the HTML code representing the time cell is prepared for display.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
InitAppointmentDisplayTextAllows you to specify custom appointment text and a description.
InitAppointmentImagesEnables you to display custom images within appointments.
InitClientAppointmentThis event fires for each visible appointment before it is sent to the client for display and enables you to specify client appointment properties.
InitNewAppointmentOccurs before a new appointment is created in the scheduler.
LoadOccurs when the server control is loaded into the Page object. Inherited from Control.
MoreButtonClickedServer-side event. Occurs when the user clicks one of the More Buttons.ASPxScheduler.
PopupMenuShowingOccurs before a popup menu is created and allows you to customize the menu.
PrepareAppointmentFormPopupContainerOccurs when the pop-up container for the Appointment Form is prepared for display.
PrepareAppointmentInplaceEditorPopupContainerOccurs when the pop-up container for the In-place Editor is prepared for display.
PrepareGotoDateFormPopupContainerOccurs when the pop-up container for the Go to Date Form is prepared for display.
PreparePopupMenuObsolete. Occurs before a context menu is created for a scheduler.
PrepareRecurrenceAppointmentDeleteFormPopupContainerOccurs when the pop-up container for the Delete Recurrence Form is prepared for display.
PrepareRecurrenceAppointmentEditFormPopupContainerOccurs when the pop-up container for the Edit Recurrence Form is prepared for display.
PrepareRemindersFormPopupContainerOccurs when the pop-up container for the Reminders Form is prepared for display.
PreRenderOccurs after the Control object is loaded but prior to rendering. Inherited from Control.
QueryWorkTimeOccurs when the scheduler’s view calculates the work time interval for the specific resource.
RecurrentAppointmentDeleteFormShowingOccurs before the Confirm Delete dialog window is invoked.
RecurrentAppointmentEditFormShowingOccurs before the Open Recurring Item dialog window is invoked.
ReminderAlertOccurs when a reminder is invoked. Inherited from ASPxSchedulerDataWebControlBase.
RemindersFormDefaultActionOccurs when an end-user closes the Reminders Form without clicking the Dismiss or Snooze button. The SchedulerOptionsBehaviorBase.RemindersFormDefaultAction property should be set to RemindersFormDefaultAction.Custom.
RemindersFormShowingOccurs before the Reminders form is displayed.
ResourceChangingFires when a resource’s property is about to be changed. Inherited from ASPxSchedulerDataWebControlBase.
ResourceCollectionAutoReloadingOccurs when the data source which contains resources is modified, and the automatic reloading of resources is enabled. Inherited from ASPxSchedulerDataWebControlBase.
ResourceCollectionClearedFires after the resources collection has been cleared. Inherited from ASPxSchedulerDataWebControlBase.
ResourceCollectionLoadedFires after resources have been loaded into the ResourceBaseCollection collection. Inherited from ASPxSchedulerDataWebControlBase.
ResourceDeletingAllows the deletion of a resource to be cancelled. Inherited from ASPxSchedulerDataWebControlBase.
ResourceInsertingAllows you to cancel the addition of a resource. Inherited from ASPxSchedulerDataWebControlBase.
ResourcesChangedFires when the resources’ properties are changed. Inherited from ASPxSchedulerDataWebControlBase.
ResourcesDeletedOccurs when a scheduler’s resource is deleted from the collection. Inherited from ASPxSchedulerDataWebControlBase.
ResourcesInsertedOccurs when new resources are inserted into the ResourceBaseCollection collection. Inherited from ASPxSchedulerDataWebControlBase.
UnhandledExceptionEnables you to catch an unhandled exception in ASPxScheduler which occurs during a callback and stop its propagation beyond the control.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.
VisibleIntervalChangedFires when the time interval represented by the control’s scheduling area has been changed.

See Also

ASPxScheduler Class

ASPxScheduler Members

DevExpress.Web.ASPxScheduler Namespace