ClassPositionChangedRoutedEventArgs
Class
Encapsulates information about position changed event.
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public class PositionChangedRoutedEventArgs : CancelingEventArgs
Inheritance: objectEventArgsCancelingEventArgsPositionChangedRoutedEventArgs
Inherited Members
Constructors
PositionChangedRoutedEventArgs()
Initializes a new instance of the PositionChangedRoutedEventArgs class.
Declaration
cs-api-definition
public PositionChangedRoutedEventArgs()
PositionChangedRoutedEventArgs(Point, Point)
Initializes a new instance of the PositionChangedRoutedEventArgs class.
Properties
NewPosition
Gets the new position.
OldPosition
Gets the old position.