Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

VisibilityChangedEventArgs Class

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class VisibilityChangedEventArgs :
    DockPanelEventArgs

#Remarks

The DockManager.VisibilityChanged event fires for each dock panel owned by the dock manager whose DockPanel.Visibility property has been changed, while the DockPanel.VisibilityChanged event fires for a single panel.

The VisibilityChangedEventArgs class provides properties that identify the dock panel, and its old and new visible states. Instances of this class are automatically created, modified and passed to the appropriate event handlers.

#Inheritance

Object
EventArgs
DockPanelEventArgs
VisibilityChangedEventArgs
See Also