menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LocationEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LocationEventArgs

    Represents the data of LocationEventHandler.

    Inheritance
    System.Object
    System.EventArgs
    LocationEventArgs
    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.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class LocationEventArgs : EventArgs

    Constructors

    LocationEventArgs(Point)

    Initializes a new instance of the LocationEventArgs class.

    Declaration
    public LocationEventArgs(Point location)
    Parameters
    Type Name Description
    System.Drawing.Point location

    The location.

    Properties

    Allowed

    Gets or sets a value indicating whether this LocationEventArgs is allowed.

    Declaration
    public bool Allowed { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if allowed; otherwise, false.

    Location

    Gets the location.

    Declaration
    public Point Location { get; }
    Property Value
    Type Description
    System.Drawing.Point

    The location.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved