menu

UWP

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

    Show / Hide Table of Contents

    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

    Extension Methods

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