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

DocumentEventArgs(BaseDocument) Constructor

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

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public DocumentEventArgs(
    BaseDocument document
)

Parameters

Name Type Description
document BaseDocument

A Document that owns the created DocumentEventArgs.

See Also