Class NavigationItemEventArgs
Represents the base class and provides data for the events in SfNavigationDrawer class.
Inheritance
System.Object
NavigationItemEventArgs
Namespace: Syncfusion.UI.Xaml.NavigationDrawer
Assembly: Syncfusion.SfNavigationDrawer.WPF.dll
Syntax
public class NavigationItemEventArgs : EventArgs
Constructors
NavigationItemEventArgs()
Initializes a new instance of the NavigationItemEventArgs class.
Declaration
public NavigationItemEventArgs()
Properties
Item
Gets the NavigationItem that was clicked.
Declaration
public NavigationItem Item { get; }
Property Value
Type | Description |
---|---|
NavigationItem | The default value is null |