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 |