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

Represents ItemsManipulation event args.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public class ItemsManipulationRoutedEventArgs : DiagramItemsRoutedEventArgs

Inheritance: objectRadRoutedEventArgsDiagramItemsRoutedEventArgsItemsManipulationRoutedEventArgs

Derived Classes: DragRoutedEventArgsResizeRoutedEventArgsRotateRoutedEventArgs

Inherited Members DiagramItemsRoutedEventArgs.Items

Constructors

Initializes a new instance of the ItemsManipulationRoutedEventArgs class.

C#
public ItemsManipulationRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, Point mousePosition)
Parameters:routedEventRoutedEvent

The routed event.

itemsIEnumerable<IDiagramItem>

The items.

mousePositionPoint

The mouse position.

Initializes a new instance of the ItemsManipulationRoutedEventArgs class.

C#
public ItemsManipulationRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items)
Parameters:routedEventRoutedEvent

The routed event.

itemsIEnumerable<IDiagramItem>

The items.

Properties

Gets the mouse point.

C#
public Point MousePosition { get; }
Property Value:

The mouse point.