Delegate DoubleClickControlEvent
Callback raised when the grid's double-click action is triggered, passing the control
that was double-clicked (typically the active editing control).
Assembly: Reportman.Drawing.Forms.dll
public delegate void DoubleClickControlEvent(object sender, Control ncontrol)
Parameters
| Type |
Name |
Description |
| object |
sender |
Callback raised when the grid's double-click action is triggered, passing the control that was double-clicked (typically the active editing control). |
| Control |
ncontrol |
Callback raised when the grid's double-click action is triggered, passing the control that was double-clicked (typically the active editing control). |
Constructors
View Source
Declaration
public DoubleClickControlEvent(object @object, nint method)
Parameters
Methods
View Source
Declaration
public virtual IAsyncResult BeginInvoke(object sender, Control ncontrol, AsyncCallback callback, object @object)
Parameters
Returns
View Source
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Declaration
public virtual void Invoke(object sender, Control ncontrol)
Parameters