Class DataLoadedEventArgs
Argument which will be passed of data are loaded in a grid async
Inheritance
System.Object
    DataLoadedEventArgs
  Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class DataLoadedEventArgs : EventArgs
  Properties
| Improve this Doc View SourceCompleteResultLoaded
True if the complete cursor is loaded into the grid
Declaration
public bool CompleteResultLoaded { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
LoadedData
Amount of loaded data
Declaration
public int LoadedData { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |