삽입열에 의하여 새로운 열이 삽입된 후에 발생합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
| C# |
|---|
public event RowEventHandler InsertionRowInserted |
| Visual Basic |
|---|
Public Event InsertionRowInserted As RowEventHandler |
| Visual C++ |
|---|
public: event RowEventHandler^ InsertionRowInserted { void add (RowEventHandler^ value); void remove (RowEventHandler^ value); } |