Represents rotated routed event args.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
C#
public sealed class RotateRoutedEventArgs : ItemsManipulationRoutedEventArgs
Inheritance: objectRadRoutedEventArgsDiagramItemsRoutedEventArgsItemsManipulationRoutedEventArgsRotateRoutedEventArgs
Inherited Members
Constructors
Initializes a new instance of the RotateRoutedEventArgs class.
C#
public RotateRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, double oldAngle, double newAngle, Point mousePosition)
The routed event.
itemsIEnumerable<IDiagramItem>The items.
oldAngledoubleThe old angle.
newAngledoubleThe new angle.
mousePositionPointThe mouse position.
Initializes a new instance of the RotateRoutedEventArgs class.
C#
public RotateRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, Point mousePosition)
The routed event.
itemsIEnumerable<IDiagramItem>The items.
mousePositionPointThe mouse position.
Initializes a new instance of the RotateRoutedEventArgs class.
C#
public RotateRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items)
The routed event.
itemsIEnumerable<IDiagramItem>The items.