ClassLayoutControlSelectionChangedEventArgs
Class
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:
cs-api-definition
public class LayoutControlSelectionChangedEventArgs : EventArgs
Inheritance: objectEventArgsLayoutControlSelectionChangedEventArgs
Inherited Members
Properties
AllowedActions
The allowed operations for the selected item.
Declaration
cs-api-definition
public LayoutControlAllowedActions AllowedActions { get; set; }
Property Value
NewItem
The selected item.