Skip to main content

TcxSchedulerReminders.OnShowReminderWindow Event

Fires when the Reminders window is being opened.

Declaration

property OnShowReminderWindow: TcxSchedulerRemindersEvent read; write;

Remarks

Implement the OnShowReminderWindow event handler to provide custom behavior for the Reminders window before it’s opened.

The Sender parameter specifies the TcxSchedulerReminders collection, which contains timed out reminders (if there are any).

See Also