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

DocumentCancelEventArgs Class

Provides data for the BaseView.DocumentClosing event.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public class DocumentCancelEventArgs :
    CancelEventArgs

Remarks

The BaseView.DocumentClosing event occurs when a document is about to be closed. The DocumentCancelEventArgs class provides data for this event.

Inheritance

See Also