RowRemovingEventArgs클래스의 새 인스턴스를 초기화합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
| C# |
|---|
public RowRemovingEventArgs( Row row ) |
| Visual Basic |
|---|
Public Sub New ( _ row As Row _ ) |
| Visual C++ |
|---|
public: RowRemovingEventArgs( Row^ row ) |
Parameters
- row
- Type: Ntreev.Windows.Forms.Grid..::..Row
이벤트의 대상이 되는 Row의 인스턴스입니다.