Represents manipulation routed event args.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
C#
public sealed class ManipulationRoutedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsManipulationRoutedEventArgs
Constructors
Initializes a new instance of the ManipulationRoutedEventArgs class.
C#
public ManipulationRoutedEventArgs(RoutedEvent routedEvent, IConnectionEditPoint manipulationPoint, IConnector connector, Point currentPosition, ManipulationStatus status)
The routed event.
manipulationPointIConnectionEditPointThe manipulation point.
connectorIConnectorThe connector.
currentPositionPointThe current position.
statusManipulationStatusThe status.
Properties
Gets the connection.
C#
public IConnection Connection { get; }
Gets the connector.
C#
public IConnector Connector { get; }
CurrentPosition
Point
Gets the current position.
C#
public Point CurrentPosition { get; }
Gets the manipulation point.
C#
public IConnectionEditPoint ManipulationPoint { get; }
Gets the manipulation status.
C#
public ManipulationStatus ManipulationStatus { get; }