Skip to main content

QueryControlEventArgs(BaseDocument) Constructor

Initializes a new instance of the QueryControlEventArgs class associated with a specific document.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public QueryControlEventArgs(
    BaseDocument document
)

Parameters

Name Type Description
document BaseDocument

A BaseDocument object.

See Also