Class MenuSelectionChangedEventArgs
Arguments used to raise Selection changed event of RadRadialMenuItem.
Inheritance
System.Object
System.EventArgs
MenuSelectionChangedEventArgs
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.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. |