Class PositionChangedRoutedEventArgs
Encapsulates information about position changed event.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class PositionChangedRoutedEventArgs : CancelingEventArgs
Constructors
PositionChangedRoutedEventArgs()
Initializes a new instance of the PositionChangedRoutedEventArgs class.
Declaration
public PositionChangedRoutedEventArgs()
PositionChangedRoutedEventArgs(Point, Point)
Initializes a new instance of the PositionChangedRoutedEventArgs class.
Declaration
public PositionChangedRoutedEventArgs(Point oldPosition, Point newPosition)
Parameters
Point
oldPosition
The old zoom. |
Point
newPosition
The new zoom. |