New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:routedEventRoutedEvent

The routed event.

createdAppointmentIAppointment

The created appointment.

Initializes a new instance of the AppointmentCreatedEventArgs class.

C#
public AppointmentCreatedEventArgs(RoutedEvent routedEvent, object source, IAppointment createdAppointment)
Parameters:routedEventRoutedEvent

The routed event.

sourceobject

The source.

createdAppointmentIAppointment

The created appointment.

Properties

Gets the created appointment.

C#
public IAppointment CreatedAppointment { get; }
Property Value:

The appointment that has been created.