Class TrackBallPositionChangingEventArgs
Encapsulates the data associated with the PositionChanging event.
Inheritance
System.Object
System.EventArgs
TrackBallPositionChangingEventArgs
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: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class TrackBallPositionChangingEventArgs : EventArgs
Properties
NewPosition
Gets or sets the new position.
Declaration
public Point NewPosition { get; set; }
Property Value
System.Windows.Point
|
PreviousPosition
Gets the previous position.
Declaration
public Point PreviousPosition { get; }
Property Value
System.Windows.Point
|