ClassNavigationViewItemEventArgs
Class
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
Constructors
NavigationViewItemEventArgs(NavigationViewItem)
Initializes a new instance of the NavigationViewItemEventArgs class.
Declaration
cs-api-definition
public NavigationViewItemEventArgs(NavigationViewItem navigationViewItem)
Parameters
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