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

DocumentCancelEventArgs(BaseDocument) Constructor

Initializes a new DocumentCancelEventArgs class instance with the specified document.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public DocumentCancelEventArgs(
    BaseDocument document
)

Parameters

Name Type Description
document BaseDocument

The BaseDocument to be closed. The value is assigned to the DocumentCancelEventArgs.Document property.

See Also