Class CoordinatesChangeEventArgs
Provides data for the BeforeCoordinatesChange event of the CursorManager.
Inheritance
System.Object
CoordinatesChangeEventArgs
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 |