Class AppointmentEditedEventArgs
Contains state information about the appointment that has been edited.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class AppointmentEditedEventArgs : RadRoutedEventArgs
Constructors
AppointmentEditedEventArgs(RoutedEvent, Object, IAppointment)
Initializes a new instance of the Appointment
Declaration
public AppointmentEditedEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment)
Parameters
System. The routed event. |
System. The source. |
IAppointment
appointment
The appointment. |
AppointmentEditedEventArgs(RoutedEvent, IAppointment)
Initializes a new instance of the Appointment
Declaration
public AppointmentEditedEventArgs(RoutedEvent routedEvent, IAppointment appointment)
Parameters
System. The routed event. |
IAppointment
appointment
The appointment. |
Properties
Appointment
Gets the appointment that has been edited.
Declaration
public IAppointment Appointment { get; }
Property Value
IAppointment
The appointment that has been edited. |