Class LayoutControlSelectionChangedEventArgs
A class that contains information about the SelectionChanged event of the RadLayoutControl.
Inheritance
System.Object
System.EventArgs
LayoutControlSelectionChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|