Skip to main content

SchedulerControl.StorageChanged Event

Occurs after the SchedulerControl.Storage property value has been changed.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public event EventHandler StorageChanged
Public Event StorageChanged As EventHandler

Event Data

The StorageChanged event's handler receives an argument of the EventArgs type.

Remarks

The StorageChanged event is generated as a notification that the scheduler's SchedulerControl.Storage property has been changed, so that the SchedulerControl is associated with a new data storage object (an instance of the SchedulerStorage class). The data storage is used to provide appointment and resource data for the scheduler control.

Implements

DevExpress.XtraScheduler.Native.IInnerSchedulerControlOwner.StorageChanged
See Also