ClassPanChangingEventArgs
Class
Event arguments indicating the old and new X/Y offset.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class PanChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsPanChangingEventArgs
Inherited Members
Constructors
PanChangingEventArgs(double, double)
Initializes a new instance of the PanChangingEventArgs class.
PanChangingEventArgs(double, double, double, double)
Initializes a new instance of the PanChangingEventArgs class.
Properties
NewOffsetX
Gets or sets the new offset X.
Declaration
cs-api-definition
public double NewOffsetX { get; set; }
Property Value
The new offset X.
NewOffsetY
Gets or sets the new offset Y.
Declaration
cs-api-definition
public double NewOffsetY { get; set; }
Property Value
The new offset Y.
OldOffsetX
Gets or sets the old offset X.
Declaration
cs-api-definition
public double OldOffsetX { get; set; }
Property Value
The old offset X.
OldOffsetY
Gets or sets the old offset Y.
Declaration
cs-api-definition
public double OldOffsetY { get; set; }
Property Value
The old offset Y.