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 SourceAsyncLoadFinishedEventArgs(IDocumentContainer)
Constructor
Declaration
public AsyncLoadFinishedEventArgs(IDocumentContainer container)
Parameters
Type | Name | Description |
---|---|---|
IDocumentContainer | container | document container which caused the callback |
Properties
| Improve this Doc View SourceContainer
gets or sets the document container
Declaration
public IDocumentContainer Container { get; }
Property Value
Type | Description |
---|---|
IDocumentContainer |