Class
OffsetEventArgs

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public class OffsetEventArgs : EventArgs

Inheritance: objectEventArgsOffsetEventArgs

Inherited Members EventArgs.Empty

Constructors

OffsetEventArgs()

Initializes a new instance of the OffsetEventArgs class.

Declaration

cs-api-definition
public OffsetEventArgs()

OffsetEventArgs(Point, Point)

Initializes a new instance of the OffsetEventArgs class.

Declaration

cs-api-definition
public OffsetEventArgs(Point oldOffset, Point newOffset)

Parameters

oldOffset

Point

The old offset.

newOffset

Point

The new offset.

Properties

NewOffset

Gets or sets the new offset.

Declaration

cs-api-definition
public Point NewOffset { get; }

Property Value

Point

The new offset.

OldOffset

Gets or sets the old offset.

Declaration

cs-api-definition
public Point OldOffset { get; }

Property Value

Point

The old offset.