Search Results for

    Show / Hide Table of Contents

    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 Source

    CompleteResultLoaded

    True if the complete cursor is loaded into the grid

    Declaration
    public bool CompleteResultLoaded { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LoadedData

    Amount of loaded data

    Declaration
    public int LoadedData { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx