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