Class LocationEventArgs
Represents the data of LocationEventHandler.
Inheritance
System.Object
LocationEventArgs
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 |
|
Location
Gets the location.
Declaration
public Point Location { get; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Point | The location. |