행이 삽입되기 전에 발생합니다.

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

Remarks

행이 삽입되는것을 원하지 않는다면 이벤트 데이터를 통하여 취소시킬 수 있습니다.

See Also