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 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 |