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

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:

C#
public class AppointmentCreatingEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsAppointmentCreatingEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

Initializes a new instance of the AppointmentCreatingEventArgs class.

C#
public AppointmentCreatingEventArgs(RoutedEvent routedEvent, IAppointment appointment)
Parameters:routedEventRoutedEvent

The routed event.

appointmentIAppointment

Initializes a new instance of the AppointmentCreatingEventArgs class.

C#
public AppointmentCreatingEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment)
Parameters:routedEventRoutedEvent

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

sourceobject

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

appointmentIAppointment

Properties

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

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

The new appointment was created.