Fires when the appointments' properties have been changed.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll
public event PersistentObjectsEventHandler AppointmentsChanged
Public Event AppointmentsChanged As PersistentObjectsEventHandler
The AppointmentsChanged event handler receives an argument of the PersistentObjectsEventArgs type. The following properties provide information specific to this event.
Property | Description |
---|---|
Objects | Gets the persistent objects for which the event occurs. |
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.
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.