menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class DragEndEventArgs

    Occurs when the control get dragend.

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

    Constructors

    DragEndEventArgs()

    Declaration
    public DragEndEventArgs()

    Properties

    Handled

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

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

    NewValue

    Gets or sets a value indicating whether the value of NewValue property.

    Declaration
    public Point NewValue { get; set; }
    Property Value
    Type
    Android.Graphics.Point

    OldValue

    Gets or sets a value indicating whether the value of OldValue property.

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