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

VisibilityChangedEventArgs(DockPanel, DockVisibility) Constructor

Initializes a new instance of the VisibilityChangedEventArgs class.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public VisibilityChangedEventArgs(
    DockPanel panel,
    DockVisibility oldVisibility
)

Parameters

Name Type Description
panel DockPanel

A DockPanel object representing the dock panel whose visible state has been changed. This value is assigned to the DockPanelEventArgs.Panel property.

oldVisibility DockVisibility

A DockVisibility enumeration value specifying the panel’s previous visible state. This value is assigned to the VisibilityChangedEventArgs.OldVisibility property.

See Also