셀 편집을 위해 사용했던 컨트롤이 그리드 컨트롤이나 DropDown폼에서 제거될때 사용되는 이벤트의 데이터를 제공합니다.

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 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

TControl
편집에 사용되는 컨트롤의 타입입니다.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Ntreev.Windows.Forms.Grid..::..DetachEventArgs<(Of <(<'TControl>)>)>

See Also