Back to Devexpress

BaseView.EndDocking Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-468d4313.md

latest1.5 KB
Original Source

BaseView.EndDocking Event

Fires after a document has been docked to the control.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event DocumentEventHandler EndDocking
vb
Public Event EndDocking As DocumentEventHandler

Event Data

The EndDocking 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.

See Also

Dock

Float

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace