Back to Devexpress

SchedulerDataStorage.FilterReminderAlert Event

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerdatastorage-a48217f4.md

latest1.9 KB
Original Source

SchedulerDataStorage.FilterReminderAlert Event

Enables you to fire alerts only for specific reminders.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public event EventHandler<ReminderCancelEventArgs> FilterReminderAlert
vb
Public Event FilterReminderAlert As EventHandler(Of ReminderCancelEventArgs)

Event Data

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

PropertyDescription
CancelGets or sets whether the operation performed on the processed event should be canceled.
ReminderGets the reminder for which an alert will be fired.

Remarks

The FilterReminderAlert event occurs for each appointment with a reminder when it is loaded into the storage and processed. If you handle this event and set e.Cancel = true in the event’s handler, an alert for that particular reminder will not fire. However, that reminder is still indicated with a bell sign and available for editing.

See Also

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace