RowInsertingEventArgs클래스의 새 인스턴스를 초기화합니다.

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

Syntax

C#
public RowInsertingEventArgs(
	Object component
)
Visual Basic
Public Sub New ( _
	component As Object _
)
Visual C++
public:
RowInsertingEventArgs(
	Object^ component
)

Parameters

component
Type: System..::..Object
이벤트의 대상이 되는 Row와 연결될 데이터를 나타냅니다.

See Also