C# 클래스 TaskMouseEventArgs, NetGanttControl

Provides data for TaskMouseEvent
상속: MouseEventArgs
파일 보기 프로젝트 열기: JackWangCUMT/NetGanttControl 1 사용 예제들

공개 메소드들

메소드 설명
TaskMouseEventArgs ( Task, task, RectangleF, rectangle, MouseButtons, buttons, int clicks, int x, int y, int delta )

Initialize a new instance of TaskMouseEventArgs with the MouseEventArgs parameters and the Task involved.

메소드 상세

TaskMouseEventArgs() 공개 메소드

Initialize a new instance of TaskMouseEventArgs with the MouseEventArgs parameters and the Task involved.
public TaskMouseEventArgs ( Task, task, RectangleF, rectangle, MouseButtons, buttons, int clicks, int x, int y, int delta )
task Task,
rectangle RectangleF,
buttons MouseButtons,
clicks int
x int
y int
delta int