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 |
|
Location
Gets the location.
Declaration
public Point Location { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Point | The location. |