Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DragEndEventArgs - Xamarin.iOS API Reference | Syncfusion DragEndEventArgs class. ">

    Show / Hide Table of Contents

    Class DragEndEventArgs

    Initializes a new instance of the DragEndEventArgs class.

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

    Constructors

    DragEndEventArgs()

    Declaration
    public DragEndEventArgs()

    Properties

    Handled

    Gets or sets a value indicating whether the boolean is cancel.

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

    NewValue

    Gets or sets the end position value of the Radial menu.

    Declaration
    public CGPoint NewValue { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGPoint

    OldValue

    Gets or sets the start position value of the Radial menu.

    Declaration
    public CGPoint OldValue { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGPoint
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved