alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class NavigationItemEventArgs

    Represents the base class and provides data for the events in SfNavigationDrawer class.

    Inheritance
    System.Object
    NavigationItemEventArgs
    NavigationItemClickedEventArgs
    NavigationItemCollapsedEventArgs
    NavigationItemExpandedEventArgs
    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved