Back to Devexpress

BaseView.EndDocumentsHostDocking Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-79f7f015.md

latest1.9 KB
Original Source

BaseView.EndDocumentsHostDocking Event

Occurs when a Floating Document Container with all its child Documents is docked to a View.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event DocumentEventHandler EndDocumentsHostDocking
vb
Public Event EndDocumentsHostDocking As DocumentEventHandler

Event Data

The EndDocumentsHostDocking event's data class is DocumentEventArgs. The following properties provide information specific to this event:

PropertyDescription
DocumentPoints to the document related to the current event.

Remarks

See the BaseView.BeginDocumentsHostDocking event to learn more.

See Also

BeginDocumentsHostDocking

FloatingDocumentContainer

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace