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

BaseView.BeginDocking Event

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

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.2.dll

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