새로운 행이 추가되는 이벤트의 데이터를 제공합니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public class ColumnInsertingEventArgs : ColumnEventArgs
Visual Basic
Public Class ColumnInsertingEventArgs _
	Inherits ColumnEventArgs
Visual C++
public ref class ColumnInsertingEventArgs : public ColumnEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Ntreev.Windows.Forms.Grid..::..ColumnEventArgs
      Ntreev.Windows.Forms.Grid..::..ColumnInsertingEventArgs

See Also