Back to Devexpress

VisibilityChangedEventArgs Class

windowsforms-devexpress-dot-xtrabars-dot-docking-6a7d006c.md

latest2.3 KB
Original Source

VisibilityChangedEventArgs Class

Provides data for the DockManager.VisibilityChanged and DockPanel.VisibilityChanged events.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class VisibilityChangedEventArgs :
    DockPanelEventArgs
vb
Public Class VisibilityChangedEventArgs
    Inherits DockPanelEventArgs

VisibilityChangedEventArgs is the data class for the following events:

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

VisibilityChangedEventArgs Members

DevExpress.XtraBars.Docking Namespace