Skip to main content

DockLayoutManager.ItemIsVisibleChanged Event

In This Article

Fires when the item's BaseLayoutItem.IsVisible property is changed.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public event ItemIsVisibleChangedEventHandler ItemIsVisibleChanged

#Event Data

The ItemIsVisibleChanged event's handler receives an argument of the DevExpress.Xpf.Docking.Base.ItemIsVisibleChangedEventArgs type.

See Also