Class AppointmentAddedEventArgs
Inheritance
System.Object
System.EventArgs
AppointmentAddedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class AppointmentAddedEventArgs : EventArgs
Constructors
AppointmentAddedEventArgs(IEvent, Boolean)
Declaration
public AppointmentAddedEventArgs(IEvent appointment, bool isCreatedInline)
Parameters
IEvent
appointment
|
System.Boolean
isCreatedInline
|
Properties
Appointment
IsCreatedInline
[true] if the appointment was created inline, [false] if it was created via the EditAppointmentDialog.
Declaration
public bool IsCreatedInline { get; }
Property Value
System.Boolean
|