Class
LayoutControlSelectionChangedEventArgs

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 EventArgs.Empty

Properties

AllowedActions

The allowed operations for the selected item.

Declaration

cs-api-definition
public LayoutControlAllowedActions AllowedActions { get; set; }

Property Value

LayoutControlAllowedActions

NewItem

The selected item.

Declaration

cs-api-definition
public object NewItem { get; }

Property Value

object

OldItem

The previously selected item.

Declaration

cs-api-definition
public object OldItem { get; }

Property Value

object

In this article
DefinitionPropertiesAllowedActionsNewItemOldItem
Not finding the help you need?
Contact Support