마우스의 커서 위치가 행의 영역안으로 들어갔을때 발생합니다.

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 ColumnMouseEnter
Visual Basic
Public Event ColumnMouseEnter As ColumnMouseEventHandler
Visual C++
public:
 event ColumnMouseEventHandler^ ColumnMouseEnter {
	void add (ColumnMouseEventHandler^ value);
	void remove (ColumnMouseEventHandler^ value);
}

See Also