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

EventArgs holding the information for the DragArrowAdjusting Event.

Definition

Namespace:Telerik.Windows.Controls.DragDrop

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class DragArrowAdjustingEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsDragArrowAdjustingEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

Initializes a new instance of the DragArrowAdjustingEventArgs class.

C#
public DragArrowAdjustingEventArgs(RoutedEvent routedEvent, TransformGroup arrowTransformation)
Parameters:routedEventRoutedEvent

Event being raised.

arrowTransformationTransformGroup

The transformation being applied.

Properties

ArrowTransformation

TransformGroup

The transformation that be applied to the Drag Arrow.

C#
public TransformGroup ArrowTransformation { get; }