New to Telerik UI for WinFormsStart a free 30-day trial

Encapsulates information about position changed event.

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public class PositionChangedRoutedEventArgs : CancelingEventArgs

Inheritance: objectEventArgsCancelingEventArgsPositionChangedRoutedEventArgs

Inherited Members CancelingEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the PositionChangedRoutedEventArgs class.

C#
public PositionChangedRoutedEventArgs()

Initializes a new instance of the PositionChangedRoutedEventArgs class.

C#
public PositionChangedRoutedEventArgs(Point oldPosition, Point newPosition)
Parameters:oldPositionPoint

The old zoom.

newPositionPoint

The new zoom.

Properties

Gets the new position.

C#
public Point NewPosition { get; }

Gets the old position.

C#
public Point OldPosition { get; }