ClassAppointmentCreatedEventArgs
Class
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
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
The source.
createdAppointment
The created appointment.
Properties
CreatedAppointment
Gets the created appointment.
Declaration
cs-api-definition
public IAppointment CreatedAppointment { get; }
Property Value
The appointment that has been created.