ClassSchedulerAppointmentEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class SchedulerAppointmentEventArgs : EventArgs
Inheritance: objectEventArgsSchedulerAppointmentEventArgs
Inherited Members
Constructors
SchedulerAppointmentEventArgs(AppointmentElement)
Declaration
cs-api-definition
public SchedulerAppointmentEventArgs(AppointmentElement appointmentElement)
Parameters
appointmentElement
SchedulerAppointmentEventArgs(IEvent)
Declaration
cs-api-definition
public SchedulerAppointmentEventArgs(IEvent appointment)
Parameters
appointment
Properties
AppointmentElement
Declaration
cs-api-definition
public AppointmentElement AppointmentElement { get; }
Property Value