Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / BeforeReminderShow Event

In This Topic
    BeforeReminderShow Event (C1Schedule)
    In This Topic
    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