ComponentOne Scheduler for WinForms
BeforeReminderShow Event

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : BeforeReminderShow Event
Occurs immediately before the Reminder dialog box is displayed.
Syntax
'Declaration
 
Public Event BeforeReminderShow As CancelReminderEventHandler
public event CancelReminderEventHandler BeforeReminderShow
Event Data

The event handler receives an argument of type CancelReminderEventArgs containing data related to this event. The following CancelReminderEventArgs properties provide information specific to this event.

PropertyDescription
Set to true to cancel the operation.  
Gets the reminder which the event was raised for.  
See Also