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

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

See Also