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

In This Topic
    ReminderChange Event (C1Schedule)
    In This Topic
    Occurs after a C1.C1Schedule.Reminder object has been modified.
    Syntax
    'Declaration
     
    Public Event ReminderChange As System.EventHandler(Of ReminderEventArgs)
    public event System.EventHandler<ReminderEventArgs> ReminderChange
    Event Data

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

    PropertyDescription
    Gets the reminder which the event was raised for.  
    See Also