Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class AppointmentAddedEventArgs : EventArgs
Inheritance: objectEventArgsAppointmentAddedEventArgs
Inherited Members
Constructors
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; }