Class DragEndEventArgs
Represents event arguments for the end of a drag operation.
Inheritance
System.Object
DragEndEventArgs
Namespace: Syncfusion.Maui.RadialMenu
Assembly: Syncfusion.Maui.RadialMenu.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 |
---|
Microsoft.Maui.Graphics.Point |
OldValue
Gets or sets the OldValue of the control.
Declaration
public Point OldValue { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Point |