BaseView.BeginDocking Event
In This Article
Allows you to cancel docking a document onto the current control.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.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 Cancel |
Document | The Document related to the current event. |
See Also