ClassAppointmentEditingEventArgs
Contains state information about the appointment that is going to be edited.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class AppointmentEditingEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsAppointmentEditingEventArgs
Inherited Members
Constructors
AppointmentEditingEventArgs(RoutedEvent, IAppointment, Occurrence, bool)
Initializes a new instance of the AppointmentEditingEventArgs class.
Declaration
public AppointmentEditingEventArgs(RoutedEvent routedEvent, IAppointment appointment, Occurrence occurrence, bool isDeleted = false)
Parameters
routedEvent
RoutedEvent
The routed event.
appointment
The appointment.
occurrence
The occurrence.
isDeleted
Is appointment deleted.
AppointmentEditingEventArgs(RoutedEvent, object, IAppointment, Occurrence)
Initializes a new instance of the AppointmentEditingEventArgs class.
Declaration
public AppointmentEditingEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment, Occurrence occurrence)
Parameters
routedEvent
RoutedEvent
The routed event.
source
The source.
appointment
The appointment.
occurrence
The occurrence.
Properties
Appointment
Gets the appointment that is going to be edited.
Declaration
public IAppointment Appointment { get; }
Property Value
The appointment that will be edited.
IsDeleted
Gets whether the edited appointment is deleted or not.
Occurrence
Gets the occurrence that is going to be edited. If the appointment is not recurrent, the value is null.
Declaration
public Occurrence Occurrence { get; }
Property Value
The occurrence that is going to be edited. If the appointment is not recurrent, the value is null.