New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class AppointmentAddedEventArgs : EventArgs

Inheritance: objectEventArgsAppointmentAddedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public AppointmentAddedEventArgs(IEvent appointment, bool isCreatedInline)
Parameters:appointmentIEventisCreatedInlinebool

Properties

The added appointment.

C#
public IEvent Appointment { get; }

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

C#
public bool IsCreatedInline { get; }