menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NavigationItemEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NavigationItemEventArgs

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

    Inheritance
    System.Object
    System.EventArgs
    NavigationItemEventArgs
    NavigationItemClickedEventArgs
    NavigationItemCollapsedEventArgs
    NavigationItemExpandedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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 - 2025 Syncfusion Inc. All Rights Reserved