Back to Devexpress

BaseView.BeginDocking Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-b8830ae9.md

latest1.9 KB
Original Source

BaseView.BeginDocking Event

Allows you to cancel docking a document onto the current control.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event DocumentCancelEventHandler BeginDocking
vb
Public Event BeginDocking As DocumentCancelEventHandler

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
DocumentThe Document related to the current event.

See Also

Dock

Float

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace