Class
AppointmentAddedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class AppointmentAddedEventArgs : EventArgs

Inheritance: objectEventArgsAppointmentAddedEventArgs

Inherited Members EventArgs.Empty

Constructors

AppointmentAddedEventArgs(IEvent, bool)

Declaration

cs-api-definition
public AppointmentAddedEventArgs(IEvent appointment, bool isCreatedInline)

Parameters

appointment

IEvent

isCreatedInline

bool

Properties

Appointment

The added appointment.

Declaration

cs-api-definition
public IEvent Appointment { get; }

Property Value

IEvent

IsCreatedInline

[true] if the appointment was created inline, [false] if it was created via the EditAppointmentDialog.

Declaration

cs-api-definition
public bool IsCreatedInline { get; }

Property Value

bool