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