셀의 포커스가 변경되었을대 발생합니다.

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

See Also