ClassAppointmentDeletingEventArgs
Contains state information about the appointment that is going to be deleted.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class AppointmentDeletingEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsAppointmentDeletingEventArgs
Inherited Members
Constructors
AppointmentDeletingEventArgs(RoutedEvent, IAppointment)
Initializes a new instance of the AppointmentDeletingEventArgs class.
Declaration
public AppointmentDeletingEventArgs(RoutedEvent routedEvent, IAppointment appointment)
Parameters
routedEvent
RoutedEvent
The routed event.
appointment
The appointment that will be deleted.
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.
source
The source.
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
The appointment that will be deleted.