셀의 포커스가 변경되었을대 발생합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
| C# |
|---|
public event EventHandler FocusedRowChanged |
| Visual Basic |
|---|
Public Event FocusedRowChanged As EventHandler |
| Visual C++ |
|---|
public: event EventHandler^ FocusedRowChanged { void add (EventHandler^ value); void remove (EventHandler^ value); } |