Delegate ReportDataset.UpdateDataEvent
Callback invoked after a record has been fetched, allowing the consumer to inspect or post-process the new row.
Assembly: Reportman.Reporting.dll
Syntax
public delegate void ReportDataset.UpdateDataEvent(object sender, DataRow xrow)
Parameters
| Type |
Name |
Description |
| object |
sender |
Callback invoked after a record has been fetched, allowing the consumer to inspect or post-process the new row. |
| DataRow |
xrow |
Callback invoked after a record has been fetched, allowing the consumer to inspect or post-process the new row. |
Constructors
View Source
UpdateDataEvent(object, nint)
Declaration
public UpdateDataEvent(object @object, nint method)
Parameters
Methods
View Source
BeginInvoke(object, DataRow, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DataRow xrow, AsyncCallback callback, object @object)
Parameters
Returns
View Source
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Invoke(object, DataRow)
Declaration
public virtual void Invoke(object sender, DataRow xrow)
Parameters