Class AppointmentTimeChangedEventArgs
Provides data for the AppointmentTimeChanged event.
Inheritance
System.Object
AppointmentTimeChangedEventArgs
Namespace: Syncfusion.Windows.Forms.Schedule
Assembly: Syncfusion.Schedule.Windows.dll
Syntax
public class AppointmentTimeChangedEventArgs : Object
Constructors
AppointmentTimeChangedEventArgs()
Initializes a new instance of the AppointmentTimeChangedEventArgs class.
Declaration
public AppointmentTimeChangedEventArgs()
Properties
Item
Gets or sets the ScheduleAppointment.
Declaration
public IScheduleAppointment Item { get; set; }
Property Value
| Type |
|---|
| IScheduleAppointment |