Search Results for

    Show / Hide Table of Contents

    Class DoneLoadingEventArgs

    event args for the BeforePreparingStatement Event of dbcursor

    Inheritance
    System.Object
    DoneLoadingEventArgs
    Namespace: Simplic.Framework.DAL
    Assembly: Simplic.Framework.DAL.dll
    Syntax
    public class DoneLoadingEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    DoneLoadingEventArgs(IList<DataRow>, DoneLoadingState)

    event args for the async DoneLoading Event

    Declaration
    public DoneLoadingEventArgs(IList<DataRow> loadedRows, DoneLoadingState result)
    Parameters
    Type Name Description
    IList<DataRow> loadedRows
    DoneLoadingState result

    Properties

    | Improve this Doc View Source

    DataTable

    Gets or sets the daa table

    Declaration
    public DataTable DataTable { get; set; }
    Property Value
    Type Description
    DataTable
    | Improve this Doc View Source

    LoadedRows

    Declaration
    public IList<DataRow> LoadedRows { get; }
    Property Value
    Type Description
    IList<DataRow>
    | Improve this Doc View Source

    Result

    Represents the result of the loading event

    Declaration
    public DoneLoadingState Result { get; }
    Property Value
    Type Description
    DoneLoadingState
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx