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

Arguments used to raise Selection changed event of RadRadialMenuItem.

Definition

Namespace:Telerik.Windows.Controls.RadialMenu

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class MenuSelectionChangedEventArgs : EventArgs

Inheritance: objectEventArgsMenuSelectionChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public MenuSelectionChangedEventArgs()

Properties

Gets the item that has been changed.

C#
public RadRadialMenuItem Item { get; }
Property Value:

The item changed.