Skip to main content

DocumentEventArgs(BaseDocument) Constructor

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

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DocumentEventArgs(
    BaseDocument document
)

Parameters

Name Type Description
document BaseDocument

A Document that owns the created DocumentEventArgs.

See Also