Skip to main content

DockPanel.VisibleChanged Event

Fires after the visible state of any dock panel owned by the dock manager has been changed.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event EventHandler VisibleChanged

Event Data

The VisibleChanged event's data class is EventArgs.

Remarks

This event should not be used. Instead, handle the DockManager.VisibilityChanged event.

See Also