menu

UWP

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

    Show / Hide Table of Contents

    Class DragBeginEventArgs

    Represents the arguments for DragBeginEventArgs.

    Inheritance
    System.Object
    DragBeginEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Navigation
    Assembly: Syncfusion.SfRadialMenu.UWP.dll
    Syntax
    public class DragBeginEventArgs : EventArgs

    Constructors

    DragBeginEventArgs()

    Represents the DragBeginEvent arguments Constructor for DragBeginEventArgs.

    Declaration
    public DragBeginEventArgs()

    Properties

    Handled

    Handled value decide the dragging of radialmenu cancel or not.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean

    Position

    RadialMenu dragging started.it will store starting position of RadialMenu.

    Declaration
    public Point Position { 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