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

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.v19.2.dll

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