Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / ReminderActionEventArgs Class / ReminderActionEventArgs Constructor
The System.Windows.RoutedEvent.
The Reminder object.

In This Topic
    ReminderActionEventArgs Constructor
    In This Topic
    Initializes a new instance of the ReminderActionEventArgs class with the specified routed event and reminder.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal routedEvent As RoutedEvent, _
       ByVal reminder As Reminder _
    )
    public ReminderActionEventArgs( 
       RoutedEvent routedEvent,
       Reminder reminder
    )

    Parameters

    routedEvent
    The System.Windows.RoutedEvent.
    reminder
    The Reminder object.
    See Also