Class
NavigationViewItemEventArgs

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:

cs-api-definition
public class NavigationViewItemEventArgs : EventArgs

Inheritance: objectEventArgsNavigationViewItemEventArgs

Inherited Members EventArgs.Empty

Constructors

NavigationViewItemEventArgs(NavigationViewItem)

Initializes a new instance of the NavigationViewItemEventArgs class.

Declaration

cs-api-definition
public NavigationViewItemEventArgs(NavigationViewItem navigationViewItem)

Parameters

navigationViewItem

NavigationViewItem

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

Properties

NavigationItem

Gets the NavigationViewItem for which the interaction is performed.

Declaration

cs-api-definition
public NavigationViewItem NavigationItem { get; }

Property Value

NavigationViewItem