menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CoordinatesChangeEventArgs - API Reference

    Show / Hide Table of Contents

    Class CoordinatesChangeEventArgs

    Provides data for the BeforeCoordinatesChange event of the CursorManager.

    Inheritance
    System.Object
    System.EventArgs
    CoordinatesChangeEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Drawing.Point
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved