Back to Devexpress

DocumentCancelEventArgs Class

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-14b4ba66.md

latest2.5 KB
Original Source

DocumentCancelEventArgs Class

Provides data for the BaseView.DocumentClosing event.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class DocumentCancelEventArgs :
    CancelEventArgs
vb
Public Class DocumentCancelEventArgs
    Inherits CancelEventArgs

DocumentCancelEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs CancelEventArgs DocumentCancelEventArgs ControlReleasingEventArgs

See Also

DocumentCancelEventArgs Members

DocumentClosing

DevExpress.XtraBars.Docking2010.Views Namespace