Search Results for

    Show / Hide Table of Contents

    Class AsyncLoadFinishedEventArgs

    Eventargs for asynchronous loadable document container

    Inheritance
    System.Object
    AsyncLoadFinishedEventArgs
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class AsyncLoadFinishedEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    AsyncLoadFinishedEventArgs(IDocumentContainer)

    Constructor

    Declaration
    public AsyncLoadFinishedEventArgs(IDocumentContainer container)
    Parameters
    Type Name Description
    IDocumentContainer container

    document container which caused the callback

    Properties

    | Improve this Doc View Source

    Container

    gets or sets the document container

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