StartSizingEventArgs Class
Provides data for the DockManager.StartSizing event.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The DockManager.StartSizing event fires immediately after an end-user has pressed the mouse button while the mouse cursor is located over a panel’s border. The StartSizingEventArgs class provides properties that allow the processed dock panel and the panel’s edge which is being dragged to be identified. The inherited DockPanelCancelEventArgs.Cancel property allows the operation to be canceled.
StartSizingEventArgs objects are automatically created, initialized and passed to DockManager.StartSizing event handlers.
Inheritance
Object
EventArgs
DockPanelEventArgs
DockPanelCancelEventArgs
StartSizingEventArgs
See Also