Scheduler for WPF | ComponentOne
C1.Schedule Namespace / ReminderCollection Class / ReminderFire Event

In This Topic
    ReminderFire Event (ReminderCollection)
    In This Topic
    Occurs before the reminder is executed.
    Syntax
    'Declaration
     
    
    Public Event ReminderFire As EventHandler(Of ReminderEventArgs)
    public event EventHandler<ReminderEventArgs> ReminderFire
    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