Search Results for

    Show / Hide Table of Contents

    Interface IAsyncLoadableContainer

    Interface for asynchronous loadable document container

    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public interface IAsyncLoadableContainer

    Methods

    | Improve this Doc View Source

    Load(Action<AsyncLoadFinishedEventArgs>)

    async Load method with callback parameter

    Declaration
    void Load(Action<AsyncLoadFinishedEventArgs> callback)
    Parameters
    Type Name Description
    System.Action<AsyncLoadFinishedEventArgs> callback
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx