Class DragOverEventArgs
Class containing Drag Over event args.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class DragOverEventArgs : DragLeaveEventArgs
Constructors
DragOverEventArgs(Node, PointF, PointF)
Declaration
public DragOverEventArgs(Node element, PointF curpoint, PointF prevpoint)
Parameters
Type | Name | Description |
---|---|---|
Node | element | |
System.Drawing.PointF | curpoint | |
System.Drawing.PointF | prevpoint |
Properties
NewPoint
Declaration
public PointF NewPoint { get; set; }
Property Value
Type |
---|
System.Drawing.PointF |
OldPoint
Declaration
public PointF OldPoint { get; set; }
Property Value
Type |
---|
System.Drawing.PointF |