New to Telerik UI for .NET MAUIStart a free 30-day trial

Event arguments providing information about a user interaction performed over a NavigationViewItem from the RadNavigationView control.

Definition

Namespace:Telerik.Maui.Controls.NavigationView

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class NavigationViewItemEventArgs : EventArgs

Inheritance: objectEventArgsNavigationViewItemEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the NavigationViewItemEventArgs class.

C#
public NavigationViewItemEventArgs(NavigationViewItem navigationViewItem)
Parameters:navigationViewItemNavigationViewItem

Specifies the NavigationViewItem from the RadNavigationView control for which the interaction is performed.

Properties

Gets the NavigationViewItem for which the interaction is performed.

C#
public NavigationViewItem NavigationItem { get; }