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