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 |