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
Constructors
Initializes a new instance of the AppointmentCreatingEventArgs class.
C#
public AppointmentCreatingEventArgs(RoutedEvent routedEvent, IAppointment appointment)
The routed event.
appointmentIAppointmentInitializes a new instance of the AppointmentCreatingEventArgs class.
C#
public AppointmentCreatingEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment)
The routed event identifier for this instance of the RoutedEventArgs class.
sourceobjectAn alternate source that will be reported when the event is handled. This p repopulates the property.
appointmentIAppointmentProperties
Gets the newly created appointment. You can use this property to initialize the appointment.
C#
public IAppointment Appointment { get; }
The new appointment was created.