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

Represents ItemsManipulation event args.

Definition

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.