Delegate PagedDataChange
Callback raised by a PagedDataTable each time a new row is read and added,
allowing observers to react to incremental data loading.
Assembly: Reportman.Reporting.dll
Syntax
public delegate void PagedDataChange(PagedDataTable Data)
Parameters
| Type |
Name |
Description |
| PagedDataTable |
Data |
Callback raised by a each time a new row is read and added, allowing observers to react to incremental data loading. |
Constructors
View Source
PagedDataChange(object, nint)
Declaration
public PagedDataChange(object @object, nint method)
Parameters
Methods
View Source
BeginInvoke(PagedDataTable, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(PagedDataTable Data, AsyncCallback callback, object @object)
Parameters
Returns
View Source
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Invoke(PagedDataTable)
Declaration
public virtual void Invoke(PagedDataTable Data)
Parameters