Skip to main content
A newer version of this page is available. .

LayoutItemHiddenEventHandler Delegate

Represents a method that will handle the DockLayoutManager.LayoutItemHidden event.

Namespace: DevExpress.Xpf.Docking.Base

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

Declaration

public delegate void LayoutItemHiddenEventHandler(
    object sender,
    LayoutItemHiddenEventArgs e
);

Parameters

Name Type Description
sender Object

A DockLayoutManager object that fires this event.

e LayoutItemHiddenEventArgs

A LayoutItemHiddenEventArgs object that represents data for the event.

See Also