마우스의 커서 위치가 행의 영역안에서 움직였을때 발생합니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public event ColumnMouseEventHandler ColumnMouseMove
Visual Basic
Public Event ColumnMouseMove As ColumnMouseEventHandler
Visual C++
public:
 event ColumnMouseEventHandler^ ColumnMouseMove {
	void add (ColumnMouseEventHandler^ value);
	void remove (ColumnMouseEventHandler^ value);
}

See Also