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