Skip to main content

VisibilityChangedEventArgs(DockPanel, DockVisibility) Constructor

Initializes a new instance of the VisibilityChangedEventArgs class.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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