Contains state information about the appointment that is going to be saved.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class AppointmentSavingEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsAppointmentSavingEventArgs
Inherited Members
Constructors
Initializes a new instance of the AppointmentSavingEventArgs class.
C#
public AppointmentSavingEventArgs(RoutedEvent routedEvent, IAppointment appointment)
The routed event.
appointmentIAppointmentThe appointment.
Initializes a new instance of the AppointmentSavingEventArgs class.
C#
public AppointmentSavingEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment)
The routed event.
sourceobjectThe source.
appointmentIAppointmentThe appointment.
Properties
Gets the appointment that is going to be edited.
C#
public IAppointment Appointment { get; }
The appointment that will be edited.