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 |