셀 편집을 위해 사용했던 컨트롤이 그리드 컨트롤이나 DropDown폼에서 제거될때 사용되는 이벤트의 데이터를 제공합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
 Syntax
Syntax
| C# | 
|---|
| public class DetachEventArgs<TControl> : EventArgs where TControl : Control | 
| Visual Basic | 
|---|
| Public Class DetachEventArgs(Of TControl As Control) _ Inherits EventArgs | 
| Visual C++ | 
|---|
| generic<typename TControl> where TControl : Control public ref class DetachEventArgs : public EventArgs | 
 Type Parameters
Type Parameters
- TControl
- 편집에 사용되는 컨트롤의 타입입니다.
 Inheritance Hierarchy
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
Ntreev.Windows.Forms.Grid..::..DetachEventArgs<(Of <(<'TControl>)>)>
System..::..EventArgs
Ntreev.Windows.Forms.Grid..::..DetachEventArgs<(Of <(<'TControl>)>)>





