menu

UWP

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

    Show / Hide Table of Contents

    Class NavigatingEventArgs

    Represents the arguments for ClosingEventArgs.

    Inheritance
    System.Object
    NavigatingEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Navigation
    Assembly: Syncfusion.SfRadialMenu.UWP.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
    Windows.UI.Xaml.UIElement

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved