Contains state information about the appointment that has been deleted.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class AppointmentDeletedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsAppointmentDeletedEventArgs
Constructors
Initializes a new instance of the AppointmentDeletedEventArgs class.
C#
public AppointmentDeletedEventArgs(RoutedEvent routedEvent, IAppointment appointment)
The routed event.
appointmentIAppointmentThe appointment that has been deleted.
Initializes a new instance of the AppointmentDeletedEventArgs class.
C#
public AppointmentDeletedEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment)
The routed event.
sourceobjectThe source.
appointmentIAppointmentThe appointment that has been deleted.
Properties
Gets the appointment that has been deleted.
C#
public IAppointment Appointment { get; }
The appointment that has been deleted.