Class
AppointmentCreatedEventArgs

Contains state information about the appointment that has already been created.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class AppointmentCreatedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsAppointmentCreatedEventArgs

Constructors

AppointmentCreatedEventArgs(RoutedEvent, IAppointment)

Initializes a new instance of the AppointmentCreatedEventArgs class.

Declaration

cs-api-definition
public AppointmentCreatedEventArgs(RoutedEvent routedEvent, IAppointment createdAppointment)

Parameters

routedEvent

RoutedEvent

The routed event.

createdAppointment

IAppointment

The created appointment.

AppointmentCreatedEventArgs(RoutedEvent, object, IAppointment)

Initializes a new instance of the AppointmentCreatedEventArgs class.

Declaration

cs-api-definition
public AppointmentCreatedEventArgs(RoutedEvent routedEvent, object source, IAppointment createdAppointment)

Parameters

routedEvent

RoutedEvent

The routed event.

source

object

The source.

createdAppointment

IAppointment

The created appointment.

Properties

CreatedAppointment

Gets the created appointment.

Declaration

cs-api-definition
public IAppointment CreatedAppointment { get; }

Property Value

IAppointment

The appointment that has been created.