Back to Devexpress

LayoutItemSelectionChangingEventArgs Class

wpf-devexpress-dot-xpf-dot-docking-dot-base-488c680b.md

latest1.7 KB
Original Source

LayoutItemSelectionChangingEventArgs Class

Provides data for the DockLayoutManager.LayoutItemSelectionChanging event.

Namespace : DevExpress.Xpf.Docking.Base

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public class LayoutItemSelectionChangingEventArgs :
    ItemCancelEventArgs
vb
Public Class LayoutItemSelectionChangingEventArgs
    Inherits ItemCancelEventArgs

LayoutItemSelectionChangingEventArgs is the data class for the following events:

Inheritance

Object EventArgs RoutedEventArgs ItemEventArgs ItemCancelEventArgs LayoutItemSelectionChangingEventArgs

See Also

LayoutItemSelectionChangingEventArgs Members

DevExpress.Xpf.Docking.Base Namespace