Initializes a new instance of the ReminderActionEventArgs class with the specified routed event and reminder.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public ReminderActionEventArgs(
	RoutedEvent routedEvent,
	Reminder reminder
)
Visual Basic (Declaration)
Public Sub New ( _
	routedEvent As RoutedEvent, _
	reminder As Reminder _
)

Parameters

routedEvent
Type: System.Windows..::..RoutedEvent
The RoutedEvent.
reminder
Type: C1.C1Schedule..::..Reminder
The Reminder object.

See Also