Class
DragArrowAdjustingEventArgs

EventArgs holding the information for the DragArrowAdjusting Event.

Definition

Namespace:Telerik.Windows.Controls.DragDrop

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class DragArrowAdjustingEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsDragArrowAdjustingEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

DragArrowAdjustingEventArgs(RoutedEvent, TransformGroup)

Initializes a new instance of the DragArrowAdjustingEventArgs class.

Declaration

cs-api-definition
public DragArrowAdjustingEventArgs(RoutedEvent routedEvent, TransformGroup arrowTransformation)

Parameters

routedEvent

RoutedEvent

Event being raised.

arrowTransformation

TransformGroup

The transformation being applied.

Properties

ArrowTransformation

The transformation that be applied to the Drag Arrow.

Declaration

cs-api-definition
public TransformGroup ArrowTransformation { get; }

Property Value

TransformGroup