DeferredControlLoadEventArgs(BaseDocument, Control) Constructor
Initializes a new instance of the DeferredControlLoadEventArgs object with specific settings.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
document | BaseDocument | A Document that owns the created DeferredControlLoadEventArgs object. |
control | Control | A Control that is the document‘s content. |
Remarks
Refer to the Deferred Load topic to learn more.
See Also