Class DragEndEventArgs
Represents the arguments for DragEndEventArgs.
Inheritance
System.Object
    DragEndEventArgs
  Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.UWP.dll
Syntax
public class DragEndEventArgs : EventArgs
  Constructors
DragEndEventArgs()
Represents the DragEvent arguments Constructor for DragEndEventArgs.
Declaration
public DragEndEventArgs()
  Properties
Handled
Handled value decide the dragging of radialmenu cancel or not.
Declaration
public bool Handled { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
NewValue
RadialMenu dragging started.it will store starting position of RadialMenu.
Declaration
public Point NewValue { get; }
  Property Value
| Type | 
|---|
| Windows.Foundation.Point | 
OldValue
RadialMenu dragging completed.it will store ending position of RadialMenu.
Declaration
public Point OldValue { get; }
  Property Value
| Type | 
|---|
| Windows.Foundation.Point |