삽입열에 의하여 새로운 열이 삽입되기 전에 발생합니다.

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

Remarks

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

See Also