셀의 편집이 종료됬을때 발생합니다.

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

See Also