Skip to main content

BaseView.BeginDocking Event

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

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event DocumentCancelEventHandler BeginDocking

Event Data

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

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
Document The Document related to the current event.
See Also