셀의 영역안에서 마우스가 두번 눌러졌을때 발생합니다.

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

See Also