Back to Devexpress

LayoutItemSelectionChangedEventHandler Delegate

wpf-devexpress-dot-xpf-dot-docking-dot-base-2cbbae3f.md

latest1.5 KB
Original Source

LayoutItemSelectionChangedEventHandler Delegate

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

Namespace : DevExpress.Xpf.Docking.Base

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public delegate void LayoutItemSelectionChangedEventHandler(
    object sender,
    LayoutItemSelectionChangedEventArgs e
);
vb
Public Delegate Sub LayoutItemSelectionChangedEventHandler(
    sender As Object,
    e As LayoutItemSelectionChangedEventArgs
)

Parameters

NameTypeDescription
senderObject

A DockLayoutManager object that fires this event.

| | e | LayoutItemSelectionChangedEventArgs |

A LayoutItemSelectionChangedEventArgs object that represents data for the event.

|

See Also

DevExpress.Xpf.Docking.Base Namespace