menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DragBeginEventArgs

    It represents the arguments for DragBeginEventArgs.

    Inheritance
    System.Object
    DragBeginEventArgs
    Namespace: Syncfusion.SfRadialMenu.XForms
    Assembly: Syncfusion.SfRadialMenu.XForms.dll
    Syntax
    public class DragBeginEventArgs : EventArgs

    Constructors

    DragBeginEventArgs()

    Declaration
    public DragBeginEventArgs()

    Properties

    Handled

    Gets or sets the Handled of the control.

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

    Position

    Gets or sets the position of the control.

    Declaration
    public Point Position { get; set; }
    Property Value
    Type
    Xamarin.Forms.Point
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved