Contains state information about the appointment that has already been created.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class AppointmentCreatedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsAppointmentCreatedEventArgs
Constructors
Initializes a new instance of the AppointmentCreatedEventArgs class.
C#
public AppointmentCreatedEventArgs(RoutedEvent routedEvent, IAppointment createdAppointment)
The routed event.
createdAppointmentIAppointmentThe created appointment.
Initializes a new instance of the AppointmentCreatedEventArgs class.
C#
public AppointmentCreatedEventArgs(RoutedEvent routedEvent, object source, IAppointment createdAppointment)
The routed event.
sourceobjectThe source.
createdAppointmentIAppointmentThe created appointment.
Properties
Gets the created appointment.
C#
public IAppointment CreatedAppointment { get; }
The appointment that has been created.