Initializes a new instance of the AppointmentActionEventArgs class with the specified routed event and appointment.

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

Syntax

C#
public AppointmentActionEventArgs(
	RoutedEvent routedEvent,
	Appointment appointment
)
Visual Basic (Declaration)
Public Sub New ( _
	routedEvent As RoutedEvent, _
	appointment As Appointment _
)

Parameters

routedEvent
Type: System.Windows..::..RoutedEvent
The RoutedEvent.
appointment
Type: C1.C1Schedule..::..Appointment
The Appointment object.

See Also