Class
PanChangingEventArgs

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

PanChangingEventArgs(double, double)

Initializes a new instance of the PanChangingEventArgs class.

Declaration

cs-api-definition
public PanChangingEventArgs(double newOffsetX, double newOffsetY)

Parameters

newOffsetX

double

The new offset X.

newOffsetY

double

The new offset Y.

PanChangingEventArgs(double, double, double, double)

Initializes a new instance of the PanChangingEventArgs class.

Declaration

cs-api-definition
public PanChangingEventArgs(double newOffsetX, double newOffsetY, double oldOffsetX, double oldOffsetY)

Parameters

newOffsetX

double

The new offset X.

newOffsetY

double

The new offset Y.

oldOffsetX

double

The old offset X.

oldOffsetY

double

The old offset Y.

Properties

NewOffsetX

Gets or sets the new offset X.

Declaration

cs-api-definition
public double NewOffsetX { get; set; }

Property Value

double

The new offset X.

NewOffsetY

Gets or sets the new offset Y.

Declaration

cs-api-definition
public double NewOffsetY { get; set; }

Property Value

double

The new offset Y.

OldOffsetX

Gets or sets the old offset X.

Declaration

cs-api-definition
public double OldOffsetX { get; set; }

Property Value

double

The old offset X.

OldOffsetY

Gets or sets the old offset Y.

Declaration

cs-api-definition
public double OldOffsetY { get; set; }

Property Value

double

The old offset Y.