Class
AppointmentCreatingEventArgs

Contains state information about the new appointment that is going to be created.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class AppointmentCreatingEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsAppointmentCreatingEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

AppointmentCreatingEventArgs(RoutedEvent, IAppointment)

Initializes a new instance of the AppointmentCreatingEventArgs class.

Declaration

cs-api-definition
public AppointmentCreatingEventArgs(RoutedEvent routedEvent, IAppointment appointment)

Parameters

routedEvent

RoutedEvent

The routed event.

appointment

IAppointment

AppointmentCreatingEventArgs(RoutedEvent, object, IAppointment)

Initializes a new instance of the AppointmentCreatingEventArgs class.

Declaration

cs-api-definition
public AppointmentCreatingEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment)

Parameters

routedEvent

RoutedEvent

The routed event identifier for this instance of the RoutedEventArgs class.

source

object

An alternate source that will be reported when the event is handled. This p repopulates the property.

appointment

IAppointment

Properties

Appointment

Gets the newly created appointment. You can use this property to initialize the appointment.

Declaration

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

Property Value

IAppointment

The new appointment was created.