Delegate DataColumnButtonClickEvent
Callback invoked when a column's editor button is clicked; returns true if it changed value so the cell should be updated.
Assembly: Reportman.Drawing.Forms.dll
public delegate bool DataColumnButtonClickEvent(DataGridViewColumn ncolumn, ref object value)
Parameters
| Type |
Name |
Description |
| DataGridViewColumn |
ncolumn |
Callback invoked when a column's editor button is clicked; returns true if it changed value so the cell should be updated. |
| object |
value |
Callback invoked when a column's editor button is clicked; returns true if it changed value so the cell should be updated. |
Returns
| Type |
Description |
| bool |
Callback invoked when a column's editor button is clicked; returns true if it changed value so the cell should be updated. |
Constructors
View Source
Declaration
public DataColumnButtonClickEvent(object @object, nint method)
Parameters
Methods
View Source
Declaration
public virtual IAsyncResult BeginInvoke(DataGridViewColumn ncolumn, ref object value, AsyncCallback callback, object @object)
Parameters
Returns
View Source
Declaration
public virtual bool EndInvoke(ref object value, IAsyncResult result)
Parameters
Returns
View Source
Declaration
public virtual bool Invoke(DataGridViewColumn ncolumn, ref object value)
Parameters
Returns