Class AppointmentCreatedEventArgs
Contains state information about the appointment that has already been created.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class AppointmentCreatedEventArgs : RadRoutedEventArgs
Constructors
AppointmentCreatedEventArgs(RoutedEvent, Object, IAppointment)
Initializes a new instance of the AppointmentCreatedEventArgs class.
Declaration
public AppointmentCreatedEventArgs(RoutedEvent routedEvent, object source, IAppointment createdAppointment)
Parameters
RoutedEvent
routedEvent
The routed event. |
System.Object
source
The source. |
IAppointment
createdAppointment
The created appointment. |
AppointmentCreatedEventArgs(RoutedEvent, IAppointment)
Initializes a new instance of the AppointmentCreatedEventArgs class.
Declaration
public AppointmentCreatedEventArgs(RoutedEvent routedEvent, IAppointment createdAppointment)
Parameters
RoutedEvent
routedEvent
The routed event. |
IAppointment
createdAppointment
The created appointment. |
Properties
CreatedAppointment
Gets the created appointment.
Declaration
public IAppointment CreatedAppointment { get; }
Property Value
IAppointment
The appointment that has been created. |