Class
AppointmentEditingEventArgs

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class AppointmentEditingEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsAppointmentEditingEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

AppointmentEditingEventArgs(RoutedEvent, IAppointment, Occurrence, bool)

Initializes a new instance of the AppointmentEditingEventArgs class.

Declaration

cs-api-definition
public AppointmentEditingEventArgs(RoutedEvent routedEvent, IAppointment appointment, Occurrence occurrence, bool isDeleted = false)

Parameters

routedEvent

RoutedEvent

The routed event.

appointment

IAppointment

The appointment.

occurrence

Occurrence

The occurrence.

isDeleted

bool

Is appointment deleted.

AppointmentEditingEventArgs(RoutedEvent, object, IAppointment, Occurrence)

Initializes a new instance of the AppointmentEditingEventArgs class.

Declaration

cs-api-definition
public AppointmentEditingEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment, Occurrence occurrence)

Parameters

routedEvent

RoutedEvent

The routed event.

source

object

The source.

appointment

IAppointment

The appointment.

occurrence

Occurrence

The occurrence.

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.

IsDeleted

Gets whether the edited appointment is deleted or not.

Declaration

cs-api-definition
public bool IsDeleted { get; }

Property Value

bool

Occurrence

Gets the occurrence that is going to be edited. If the appointment is not recurrent, the value is null.

Declaration

cs-api-definition
public Occurrence Occurrence { get; }

Property Value

Occurrence

The occurrence that is going to be edited. If the appointment is not recurrent, the value is null.