셀의 값이 변경된 후에 발생합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public event CellEventHandler ValueChanged |
Visual Basic |
---|
Public Event ValueChanged As CellEventHandler |
Visual C++ |
---|
public: event CellEventHandler^ ValueChanged { void add (CellEventHandler^ value); void remove (CellEventHandler^ value); } |