New to Telerik UI for WPFStart a free 30-day trial

A class that contains information about the SelectionChanged event of the RadLayoutControl.

Definition

Namespace:Telerik.Windows.Controls.LayoutControl

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class LayoutControlSelectionChangedEventArgs : EventArgs

Inheritance: objectEventArgsLayoutControlSelectionChangedEventArgs

Inherited Members EventArgs.Empty

Properties

The allowed operations for the selected item.

C#
public LayoutControlAllowedActions AllowedActions { get; set; }

The selected item.

C#
public object NewItem { get; }

The previously selected item.

C#
public object OldItem { get; }
In this article
DefinitionPropertiesAllowedActionsNewItemOldItem
Not finding the help you need?
Contact Support