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