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
Constructors
Initializes a new instance of the NavigationViewItemEventArgs class.
C#
public NavigationViewItemEventArgs(NavigationViewItem navigationViewItem)
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; }