Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class AppointmentChangedEventArgs : EventArgs
Inheritance: objectEventArgsAppointmentChangedEventArgs
Inherited Members
Constructors
Properties
The added appointment.
C#
public IEvent Appointment { get; }
Gets the property of the appointment that was changed.
C#
public string PropertyName { get; }