Class LayoutControlSelectionChangedEventArgs
A class that contains information about the SelectionChanged event of the RadLayoutControl.
Inheritance
System.Object
LayoutControlSelectionChangedEventArgs
Namespace: Telerik.Windows.Controls.LayoutControl
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class LayoutControlSelectionChangedEventArgs : EventArgs
Properties
AllowedActions
The allowed operations for the selected item.
Declaration
public LayoutControlAllowedActions AllowedActions { get; set; }
Property Value
LayoutControlAllowedActions
|
NewItem
The selected item.
Declaration
public object NewItem { get; }
Property Value
System.Object
|
OldItem
The previously selected item.
Declaration
public object OldItem { get; }
Property Value
System.Object
|