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
Initializes a new instance of the RadialMenuNavigatingEventArgs class.
public RadialMenuNavigatingEventArgs(bool isNavigatingBack, RadRadialMenuItem menuItemSource, RadRadialMenuItem menuItemTarget, bool autoSizeMenuItems)
Indicates whether the navigation is back.
menuItemSourceRadRadialMenuItemThe menu item from which the navigation started.
menuItemTargetRadRadialMenuItemThe menu item to which the user navigated.
autoSizeMenuItemsboolIndicates whether the menu items of the level the user navigates to are auto-sized.
Properties
Gets or sets whether the level to which the user is navigating has its segments auto-sized.
public bool AutoSizeMenuItems { get; set; }
Gets whether the navigation is backwards through the back button.
public bool IsNavigatingBack { get; }
Gets the menu item from which the navigation started if there is one.
public RadRadialMenuItem MenuItemSource { get; }
Gets the menu item to which the user is trying to navigate to.
public RadRadialMenuItem MenuItemTarget { get; }