Class CoordinatesChangeEventArgs
Provides data for the BeforeCoordinatesChange event of the CursorManager.
Inheritance
System.Object
System.EventArgs
CoordinatesChangeEventArgs
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.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class CoordinatesChangeEventArgs : EventArgs
Constructors
CoordinatesChangeEventArgs(Point)
Initializes a new instance of CoordinatesChangeEventArgs class.
Declaration
public CoordinatesChangeEventArgs(Point newPoint)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Point | newPoint | New point. |
Fields
NewPoint
Holds the new point value.
Declaration
public Point NewPoint
Field Value
Type |
---|
System.Drawing.Point |