ClassTrackBallPositionChangingEventArgs
Class
Encapsulates the data associated with the PositionChanging event.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class TrackBallPositionChangingEventArgs : EventArgs
Inheritance: objectEventArgsTrackBallPositionChangingEventArgs
Inherited Members
Properties
NewPosition
Gets or sets the new position.
Declaration
cs-api-definition
public Point NewPosition { get; set; }
Property Value
Point
PreviousPosition
Gets the previous position.
Declaration
cs-api-definition
public Point PreviousPosition { get; }
Property Value
Point