열이 삽입된 후에 발생합니다.

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

See Also