Class MenuSelectionChangedEventArgs
Arguments used to raise Selection changed event of RadRadialMenuItem.
Inheritance
System.Object
MenuSelectionChangedEventArgs
Namespace: Telerik.Windows.Controls.RadialMenu
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class MenuSelectionChangedEventArgs : EventArgs
Constructors
MenuSelectionChangedEventArgs()
Declaration
public MenuSelectionChangedEventArgs()
Properties
Item
Gets the item that has been changed.
Declaration
public RadRadialMenuItem Item { get; }
Property Value
RadRadialMenuItem
The item changed. |