행의 영역안에서 마우스의 좌측버튼이 띄워졌을때 발생합니다.

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

See Also