새로운 열이 InsertionRow를 참조하여 추가되는 이벤트를 처리하는 메서드를 나타냅니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
 Syntax
Syntax
| C# | 
|---|
| public delegate void InsertionRowInsertingEventHandler( Object sender, InsertionRowInsertingEventArgs e ) | 
| Visual Basic | 
|---|
| Public Delegate Sub InsertionRowInsertingEventHandler ( _ sender As Object, _ e As InsertionRowInsertingEventArgs _ ) | 
| Visual C++ | 
|---|
| public delegate void InsertionRowInsertingEventHandler( Object^ sender, InsertionRowInsertingEventArgs^ e ) | 
Parameters
- sender
- Type: System..::..Object





