Class DataLoadedEventArgs
Argument which will be passed of data are loaded in a grid async
Inheritance
System.Object
System.EventArgs
DataLoadedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |