VisibilityChangedEventArgs(DockPanel, DockVisibility) Constructor
Initializes a new instance of the VisibilityChangedEventArgs class.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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