C# Class TaskDragDropEventArgs, NetGanttControl

Provides data for TaskDragDropEvent
Inheritance: MouseEventArgs
Datei anzeigen Open project: JackWangCUMT/NetGanttControl

Public Methods

Method Description
TaskDragDropEventArgs ( Point, startLocation, Point, prevLocation, Task, source, RectangleF, sourceRect, Task, target, RectangleF, targetRect, int row, MouseButtons, buttons, int clicks, int x, int y, int delta )

Initialize a new instance of TaskDragDropEventArgs with the MouseEventArgs parameters and the Task involved and the previous mouse location.

Method Details

TaskDragDropEventArgs() public method

Initialize a new instance of TaskDragDropEventArgs with the MouseEventArgs parameters and the Task involved and the previous mouse location.
public TaskDragDropEventArgs ( Point, startLocation, Point, prevLocation, Task, source, RectangleF, sourceRect, Task, target, RectangleF, targetRect, int row, MouseButtons, buttons, int clicks, int x, int y, int delta )
startLocation Point,
prevLocation Point,
source Task,
sourceRect RectangleF,
target Task,
targetRect RectangleF,
row int
buttons MouseButtons,
clicks int
x int
y int
delta int