Skip to main content

DockLayoutManager.ShowInvisibleItemsChanged Event

In This Article

Fires when the value of the DockLayoutManager.ShowInvisibleItems property is changed.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public event ShowInvisibleItemsChangedEventHandler ShowInvisibleItemsChanged

#Event Data

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

See Also