menu

WPF

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

    Show / Hide Table of Contents

    Class NavigatingEventArgs

    Represents the Arguments for Syncfusion.UI.Xaml.Controls.Navigation.NavigatingEventArgs

    Inheritance
    System.Object
    NavigatingEventArgs
    Namespace: Syncfusion.Windows.Controls.Navigation
    Assembly: Syncfusion.SfRadialMenu.Wpf.dll
    Syntax
    public class NavigatingEventArgs : CancelEventArgs

    Constructors

    NavigatingEventArgs()

    Declaration
    public NavigatingEventArgs()

    Properties

    Source

    Gets or sets a value of the Source which triggered the event.

    Declaration
    public object Source { get; set; }
    Property Value
    Type
    System.Object

    TargetMenuItem

    Gets or sets a value of the target RadialMenuItem.

    Declaration
    public UIElement TargetMenuItem { get; set; }
    Property Value
    Type
    System.Windows.UIElement
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved