Class
AppointmentSavingEventArgs

Contains state information about the appointment that is going to be saved.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class AppointmentSavingEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsAppointmentSavingEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

AppointmentSavingEventArgs(RoutedEvent, IAppointment)

Initializes a new instance of the AppointmentSavingEventArgs class.

Declaration

cs-api-definition
public AppointmentSavingEventArgs(RoutedEvent routedEvent, IAppointment appointment)

Parameters

routedEvent

RoutedEvent

The routed event.

appointment

IAppointment

The appointment.

AppointmentSavingEventArgs(RoutedEvent, object, IAppointment)

Initializes a new instance of the AppointmentSavingEventArgs class.

Declaration

cs-api-definition
public AppointmentSavingEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment)

Parameters

routedEvent

RoutedEvent

The routed event.

source

object

The source.

appointment

IAppointment

The appointment.

Properties

Appointment

Gets the appointment that is going to be edited.

Declaration

cs-api-definition
public IAppointment Appointment { get; }

Property Value

IAppointment

The appointment that will be edited.