Skip to main content

Bar.VisibleChanged Event

Fires when a bar's visibility is changed.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public event BarVisibleChangedEventHandler VisibleChanged

#Event Data

The VisibleChanged event's handler receives an argument of the DevExpress.Xpf.Bars.BarVisibileChangedEventArgs type.

#Remarks

A bar's visibility is specified by the inherited BarItemLinkHolderBase.Visible property.

Changing a bar's visibility by an end-user is controlled by the Bar.AllowHide property.

See Also