Class
RadialMenuNavigatingEventArgs

Provides data for the Navigating event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class RadialMenuNavigatingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadialMenuNavigatingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RadialMenuNavigatingEventArgs(bool, RadRadialMenuItem, RadRadialMenuItem, bool)

Initializes a new instance of the RadialMenuNavigatingEventArgs class.

Declaration

cs-api-definition
public RadialMenuNavigatingEventArgs(bool isNavigatingBack, RadRadialMenuItem menuItemSource, RadRadialMenuItem menuItemTarget, bool autoSizeMenuItems)

Parameters

isNavigatingBack

bool

Indicates whether the navigation is back.

menuItemSource

RadRadialMenuItem

The menu item from which the navigation started.

menuItemTarget

RadRadialMenuItem

The menu item to which the user navigated.

autoSizeMenuItems

bool

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.

Declaration

cs-api-definition
public bool AutoSizeMenuItems { get; set; }

Property Value

bool

IsNavigatingBack

Gets whether the navigation is backwards through the back button.

Declaration

cs-api-definition
public bool IsNavigatingBack { get; }

Property Value

bool

MenuItemSource

Gets the menu item from which the navigation started if there is one.

Declaration

cs-api-definition
public RadRadialMenuItem MenuItemSource { get; }

Property Value

RadRadialMenuItem

MenuItemTarget

Gets the menu item to which the user is trying to navigate to.

Declaration

cs-api-definition
public RadRadialMenuItem MenuItemTarget { get; }

Property Value

RadRadialMenuItem