menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DragEndEventArgs

    It represents the arguments for DragEndEventArgs.

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

    Constructors

    DragEndEventArgs()

    Declaration
    public DragEndEventArgs()

    Properties

    Handled

    Gets or sets a value indicating whether the Handled of the control.

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

    NewValue

    Gets or sets the NewValue of the control.

    Declaration
    public Point NewValue { get; set; }
    Property Value
    Type
    Xamarin.Forms.Point

    OldValue

    Gets or sets the OldValue of the control.

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