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

WidgetView.BeginDragging Event

Occurs whenever an end-user tries to drag a Document.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public event EventHandler BeginDragging

Event Data

The BeginDragging event's data class is EventArgs.

Remarks

After dragging is complete, the WidgetView.EndDragging event occurs.

See Also