Class AppointmentDeletedEventArgs
Contains state information about the appointment that has been deleted.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class AppointmentDeletedEventArgs : RadRoutedEventArgs
Constructors
AppointmentDeletedEventArgs(RoutedEvent, Object, IAppointment)
Initializes a new instance of the AppointmentDeletedEventArgs class.
Declaration
public AppointmentDeletedEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment)
Parameters
RoutedEvent
routedEvent
The routed event. |
System.Object
source
The source. |
IAppointment
appointment
The appointment that has been deleted. |
AppointmentDeletedEventArgs(RoutedEvent, IAppointment)
Initializes a new instance of the AppointmentDeletedEventArgs class.
Declaration
public AppointmentDeletedEventArgs(RoutedEvent routedEvent, IAppointment appointment)
Parameters
RoutedEvent
routedEvent
The routed event. |
IAppointment
appointment
The appointment that has been deleted. |
Properties
Appointment
Gets the appointment that has been deleted.
Declaration
public IAppointment Appointment { get; }
Property Value
IAppointment
The appointment that has been deleted. |