AppointmentStorageBase.RaiseLoadException(Exception) Method
Calls the handler for the AppointmentStorageBase.LoadException event.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
exception | Exception | An Exception object that is the exception passed to the AppointmentStorageBase.LoadException event handler. |
Returns
Type | Description |
---|---|
Boolean | True if the event is handled; otherwise, false. |
See Also