Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / ReminderRemoved Event

In This Topic
    ReminderRemoved Event (C1Scheduler)
    In This Topic
    Occurs when a C1.C1Schedule.Reminder object is removed.
    Syntax
    'Declaration
     
    
    Public Event ReminderRemoved As EventHandler(Of ReminderActionEventArgs)
    public event EventHandler<ReminderActionEventArgs> ReminderRemoved
    Event Data

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

    PropertyDescription
    Gets or sets a value that indicates the present state of the event handling.  
    (Inherited from System.Windows.RoutedEventArgs)
    Gets a Reminder object.  
    See Also