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

LayoutItemActivatedEventHandler Delegate

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

Namespace: DevExpress.Xpf.Docking.Base

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

Declaration

public delegate void LayoutItemActivatedEventHandler(
    object sender,
    LayoutItemActivatedEventArgs ea
);

Parameters

Name Type Description
sender Object

A DockLayoutManager object that fires this event.

ea LayoutItemActivatedEventArgs

A LayoutItemActivatedEventArgs object that represents data for the event.

See Also