Class ItemsManipulationRoutedEventArgs
Represents ItemsManipulation event args.
Inheritance
System.Object
ItemsManipulationRoutedEventArgs
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public class ItemsManipulationRoutedEventArgs : DiagramItemsRoutedEventArgs
Constructors
ItemsManipulationRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>)
Initializes a new instance of the ItemsManipulationRoutedEventArgs class.
Declaration
public ItemsManipulationRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items)
Parameters
RoutedEvent
routedEvent
The routed event. |
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
ItemsManipulationRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>, Point)
Initializes a new instance of the ItemsManipulationRoutedEventArgs class.
Declaration
public ItemsManipulationRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, Point mousePosition)
Parameters
RoutedEvent
routedEvent
The routed event. |
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
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. |