Back to Devexpress

LayoutItemSelectionChangedEventArgs Class

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

latest1.6 KB
Original Source

LayoutItemSelectionChangedEventArgs Class

Provides data for the DockLayoutManager.LayoutItemSelectionChanged event.

Namespace : DevExpress.Xpf.Docking.Base

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public class LayoutItemSelectionChangedEventArgs :
    ItemEventArgs
vb
Public Class LayoutItemSelectionChangedEventArgs
    Inherits ItemEventArgs

LayoutItemSelectionChangedEventArgs is the data class for the following events:

Inheritance

Object EventArgs RoutedEventArgs ItemEventArgs LayoutItemSelectionChangedEventArgs

See Also

LayoutItemSelectionChangedEventArgs Members

DevExpress.Xpf.Docking.Base Namespace