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

StartSizingEventArgs Class

Provides data for the DockManager.StartSizing event.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public class StartSizingEventArgs :
    DockPanelCancelEventArgs

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.

See Also