Contains state information about the appointment that has been edited.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class AppointmentEditedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsAppointmentEditedEventArgs
Constructors
Initializes a new instance of the AppointmentEditedEventArgs class.
C#
public AppointmentEditedEventArgs(RoutedEvent routedEvent, IAppointment appointment)
The routed event.
appointmentIAppointmentThe appointment.
Initializes a new instance of the AppointmentEditedEventArgs class.
C#
public AppointmentEditedEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment)
The routed event.
sourceobjectThe source.
appointmentIAppointmentThe appointment.
Properties
Gets the appointment that has been edited.
C#
public IAppointment Appointment { get; }
The appointment that has been edited.