Back to Devexpress

LayoutItemSelectionChangingEventHandler Delegate

wpf-devexpress-dot-xpf-dot-docking-dot-base-df297af3.md

latest1.6 KB
Original Source

LayoutItemSelectionChangingEventHandler Delegate

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

Namespace : DevExpress.Xpf.Docking.Base

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

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

Parameters

NameTypeDescription
senderObject

A DockLayoutManager object that fires this event.

| | e | LayoutItemSelectionChangingEventArgs |

A LayoutItemSelectionChangingEventArgs object that represents data for the event.

|

See Also

DevExpress.Xpf.Docking.Base Namespace