Class AppointmentTimeChangedEventArgs
Provides data for the AppointmentTimeChanged event.
Inheritance
System.Object
AppointmentTimeChangedEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Schedule
Assembly: Syncfusion.Schedule.Windows.dll
Syntax
public class AppointmentTimeChangedEventArgs
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 |