New to Telerik UI for WinFormsStart a free 30-day trial

Represents manipulation routed event args.

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public sealed class ManipulationRoutedEventArgs : RoutedEventArgs

Inheritance: objectEventArgsRoutedEventArgsManipulationRoutedEventArgs

Inherited Members RoutedEventArgs.HandledRoutedEventArgs.OriginalSourceRoutedEventArgs.RoutedEventRoutedEventArgs.SourceEventArgs.Empty

Constructors

Initializes a new instance of the ManipulationRoutedEventArgs class.

C#
public ManipulationRoutedEventArgs(RoutedEvent routedEvent, IConnectionEditPoint manipulationPoint, IConnector connector, Point currentPosition, ManipulationStatus status)
Parameters:routedEventRoutedEvent

The routed event.

manipulationPointIConnectionEditPoint

The manipulation point.

connectorIConnector

The connector.

currentPositionPoint

The current position.

statusManipulationStatus

The status.

Properties

Gets the connection.

C#
public IConnection Connection { get; }

Gets the connector.

C#
public IConnector Connector { get; }

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; }

Gets the shape.

C#
public IShape Shape { get; }