New to Telerik UI for WPFStart a free 30-day trial

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 CancelRoutedEventArgs.Cancel

Constructors

Initializes a new instance of the AppointmentSavingEventArgs class.

C#
public AppointmentSavingEventArgs(RoutedEvent routedEvent, IAppointment appointment)
Parameters:routedEventRoutedEvent

The routed event.

appointmentIAppointment

The appointment.

Initializes a new instance of the AppointmentSavingEventArgs class.

C#
public AppointmentSavingEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment)
Parameters:routedEventRoutedEvent

The routed event.

sourceobject

The source.

appointmentIAppointment

The appointment.

Properties

Gets the appointment that is going to be edited.

C#
public IAppointment Appointment { get; }
Property Value:

The appointment that will be edited.