Class CancelingManipulationEventArgs
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 CancelingManipulationEventArgs : CancelingEventArgs
Constructors
CancelingManipulationEventArgs()
Initializes a new instance of the CancelingManipulationEventArgs class.
Declaration
public CancelingManipulationEventArgs()
CancelingManipulationEventArgs(Point)
Initializes a new instance of the CancelingManipulationEventArgs class.
Declaration
public CancelingManipulationEventArgs(Point mousePosition)
Parameters
System.Windows.Point
mousePosition
The mouse position. |
Properties
MousePosition
Gets the mouse point.
Declaration
public Point MousePosition { get; }
Property Value
System.Windows.Point
The mouse point. |