Skip to main content
All docs
V19.2

ASPxSchedulerStorage.AppointmentsChanged Event

Fires when the appointments’ properties have been changed.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

public event PersistentObjectsEventHandler AppointmentsChanged

Event Data

The AppointmentsChanged event's data class is PersistentObjectsEventArgs. The following properties provide information specific to this event:

Property Description
Objects Gets the persistent objects for which the event occurs.

Remarks

The AppointmentsChanged event is raised after appointments’ properties have been changed. The appointments whose properties have been changed are identified by the event parameter’s PersistentObjectsEventArgs.Objects property.

Tip

When an appointment is resized, its start/end times are changed, so the AppointmentsChanged event fires. You can use this event to be notified of any user operations which affect appointments - resizing, moving, dragging.

Implements

See Also