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

StartSizingEventArgs(DockPanel, SizingSide) Constructor

Initializes a new instance of the StartSizingEventArgs class.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public StartSizingEventArgs(
    DockPanel panel,
    SizingSide sizingSide
)

Parameters

Name Type Description
panel DockPanel

A DockPanel object which represents the dock panel being resized. This value is assigned to the DockPanelEventArgs.Panel property.

sizingSide DevExpress.XtraBars.Docking.SizingSide

A DevExpress.XtraBars.Docking.SizingSide enumeration member which represents the dock panel’s dragging edge. This value is assigned to the StartSizingEventArgs.SizingSide property.

See Also