Skip to main content
A newer version of this page is available. .

DeferredControlLoadEventArgs(BaseDocument, Control) Constructor

Initializes a new instance of the DeferredControlLoadEventArgs object with specific settings.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public DeferredControlLoadEventArgs(
    BaseDocument document,
    Control control
)

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