셀 편집을 위해 컨트롤이 그리드 컨트롤이나 DropDown폼에 부착될때 사용되는 이벤트를 처리하는 메서드를 나타냅니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public delegate void AttachEventHandler<TControl>( Object sender, AttachEventArgs<TControl> e ) where TControl : Control |
Visual Basic |
---|
Public Delegate Sub AttachEventHandler(Of TControl As Control) ( _ sender As Object, _ e As AttachEventArgs(Of TControl) _ ) |
Visual C++ |
---|
generic<typename TControl> where TControl : Control public delegate void AttachEventHandler( Object^ sender, AttachEventArgs<TControl>^ e ) |
Parameters
- sender
- Type: System..::..Object
- e
- Type: Ntreev.Windows.Forms.Grid..::..AttachEventArgs<(Of <(<'TControl>)>)>
Type Parameters
- TControl
- 편집에 사용되는 컨트롤의 타입입니다.