Class ItemsManipulationEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class ItemsManipulationEventArgs : DiagramItemsEventArgs
Constructors
ItemsManipulationEventArgs(IEnumerable<IDiagramItem>)
Initializes a new instance of the ItemsManipulationEventArgs class.
Declaration
public ItemsManipulationEventArgs(IEnumerable<IDiagramItem> items)
Parameters
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
ItemsManipulationEventArgs(IEnumerable<IDiagramItem>, Point)
Initializes a new instance of the ItemsManipulationEventArgs class.
Declaration
public ItemsManipulationEventArgs(IEnumerable<IDiagramItem> items, Point mousePosition)
Parameters
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
System.Windows.Point
mousePosition
The mouse position. |
Properties
MousePosition
Gets the mouse position.
Declaration
public Point MousePosition { get; }
Property Value
System.Windows.Point
The mouse position. |