TcxSchedulerReminders.OnHideReminderWindow Event
Fires when the Reminders window is about to be closed by an end-user or by the HideReminderWindow method if invoked.
Declaration
property OnHideReminderWindow: TcxSchedulerRemindersEvent read; write;
Remarks
Implement the OnHideReminderWindow event handler to provide custom behavior before the Reminders window is closed.
The Sender parameter specifies the TcxSchedulerReminders collection, which contains timed out reminders, if any.
See Also