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
Constructors
Initializes a new instance of the DragArrowAdjustingEventArgs class.
C#
public DragArrowAdjustingEventArgs(RoutedEvent routedEvent, TransformGroup arrowTransformation)
Event being raised.
arrowTransformationTransformGroupThe transformation being applied.
Properties
ArrowTransformation
TransformGroup
The transformation that be applied to the Drag Arrow.
C#
public TransformGroup ArrowTransformation { get; }