Skip to main content

EndSizingEventArgs(DockPanel, Boolean, SizingSide) Constructor

Initializes a new instance of the EndSizingEventArgs class with the specified parameters.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public EndSizingEventArgs(
    DockPanel panel,
    bool canceled,
    SizingSide sizingSide
)

Parameters

Name Type Description
panel DockPanel

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

canceled Boolean

true if the sizing operation has been canceled; otherwise, false.

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 EndSizingEventArgs.SizingSide property.

See Also