Class CancelingPositionChangedEventArgs
Inheritance
System.Object
System.EventArgs
CancelingPositionChangedEventArgs
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.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class CancelingPositionChangedEventArgs : CancelingManipulationEventArgs
Constructors
CancelingPositionChangedEventArgs(Point, Point)
Initializes a new instance of the CancelingPositionChangedEventArgs class.
Declaration
public CancelingPositionChangedEventArgs(Point startMousePosition, Point currentMousePosition)
Parameters
System.Windows.Point
startMousePosition
The start mouse position. |
System.Windows.Point
currentMousePosition
The current mouse position. |
Properties
StartMousePosition
Gets or sets the start mouse position.
Declaration
public Point StartMousePosition { get; }
Property Value
System.Windows.Point
The start mouse position. |