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