ClassRadialMenuNavigatingEventArgs
Provides data for the Navigating event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class RadialMenuNavigatingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadialMenuNavigatingEventArgs
Inherited Members
Constructors
RadialMenuNavigatingEventArgs(bool, RadRadialMenuItem, RadRadialMenuItem, bool)
Initializes a new instance of the RadialMenuNavigatingEventArgs class.
Declaration
public RadialMenuNavigatingEventArgs(bool isNavigatingBack, RadRadialMenuItem menuItemSource, RadRadialMenuItem menuItemTarget, bool autoSizeMenuItems)
Parameters
isNavigatingBack
Indicates whether the navigation is back.
menuItemSource
The menu item from which the navigation started.
menuItemTarget
The menu item to which the user navigated.
autoSizeMenuItems
Indicates whether the menu items of the level the user navigates to are auto-sized.
Properties
AutoSizeMenuItems
Gets or sets whether the level to which the user is navigating has its segments auto-sized.
IsNavigatingBack
Gets whether the navigation is backwards through the back button.
MenuItemSource
Gets the menu item from which the navigation started if there is one.
Declaration
public RadRadialMenuItem MenuItemSource { get; }
Property Value
MenuItemTarget
Gets the menu item to which the user is trying to navigate to.
Declaration
public RadRadialMenuItem MenuItemTarget { get; }
Property Value