Search Results for

    Show / Hide Table of Contents

    Class AsyncLoadFinishedEventArgs

    Eventargs for asynchronous loadable document container

    Inheritance
    System.Object
    System.EventArgs
    AsyncLoadFinishedEventArgs
    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 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