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

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

Remarks

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

See Also