Class DragOverEventArgs
Class containing Drag Over event args.
Inheritance
System.Object
DragOverEventArgs
Assembly: Syncfusion.Diagram.Base.dll
public class DragOverEventArgs : DragLeaveEventArgs
Constructors
Declaration
public DragOverEventArgs(Node element, PointF curpoint, PointF prevpoint)
Parameters
| Type |
Name |
Description |
| Node |
element |
|
| System.Drawing.PointF |
curpoint |
|
| System.Drawing.PointF |
prevpoint |
|
Properties
Declaration
public PointF NewPoint { get; set; }
Property Value
| Type |
| System.Drawing.PointF |
Declaration
public PointF OldPoint { get; set; }
Property Value
| Type |
| System.Drawing.PointF |