Skip to main content

BaseView.UnregisterDocumentsHostWindow Event

Fires when a documents host window is closed and allows you to unsubscribe event handlers from its DocumentManager.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event DocumentsHostWindowEventHandler UnregisterDocumentsHostWindow

Event Data

The UnregisterDocumentsHostWindow event's data class is DevExpress.XtraBars.Docking2010.DocumentsHostWindowEventArgs.

Remarks

See BaseView.RegisterDocumentsHostWindow for details.

See Also