ClassAppointmentCreatingEventArgs
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:
public class AppointmentCreatingEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsAppointmentCreatingEventArgs
Inherited Members
Constructors
AppointmentCreatingEventArgs(RoutedEvent, IAppointment)
Initializes a new instance of the AppointmentCreatingEventArgs class.
Declaration
public AppointmentCreatingEventArgs(RoutedEvent routedEvent, IAppointment appointment)
Parameters
routedEvent
RoutedEvent
The routed event.
appointment
AppointmentCreatingEventArgs(RoutedEvent, object, IAppointment)
Initializes a new instance of the AppointmentCreatingEventArgs class.
Declaration
public AppointmentCreatingEventArgs(RoutedEvent routedEvent, object source, IAppointment appointment)
Parameters
routedEvent
RoutedEvent
The routed event identifier for this instance of the RoutedEventArgs class.
source
An alternate source that will be reported when the event is handled. This p repopulates the property.
appointment
Properties
Appointment
Gets the newly created appointment. You can use this property to initialize the appointment.
Declaration
public IAppointment Appointment { get; }
Property Value
The new appointment was created.