Class AdjustingAppointmentMouseWithEventArgs
Provides data for the AdjustingAppointmentWithMouse event.
Inheritance
System.Object
AdjustingAppointmentMouseWithEventArgs
Namespace: Syncfusion.Windows.Forms.Schedule
Assembly: Syncfusion.Schedule.Windows.dll
Syntax
public class AdjustingAppointmentMouseWithEventArgs : CancelEventArgs
Constructors
AdjustingAppointmentMouseWithEventArgs(IScheduleAppointment)
Initializes a new instance of the AdjustingAppointmentMouseWithEventArgs class.
Declaration
public AdjustingAppointmentMouseWithEventArgs(IScheduleAppointment item)
Parameters
Type | Name | Description |
---|---|---|
IScheduleAppointment | item | The appointment item to be adjusted. |
Properties
Item
Gets the Schedule appointment item to be adjusted.
Declaration
public IScheduleAppointment Item { get; }
Property Value
Type |
---|
IScheduleAppointment |