Class DragArrowAdjustingEventArgs
EventArgs holding the information for the DragArrowAdjusting Event.
Inherited Members
Namespace: Telerik.Windows.Controls.DragDrop
Assembly: Telerik.Windows.Controls.dll
Syntax
public class DragArrowAdjustingEventArgs : CancelRoutedEventArgs
Constructors
DragArrowAdjustingEventArgs(RoutedEvent, TransformGroup)
Initializes a new instance of the Drag
Declaration
public DragArrowAdjustingEventArgs(RoutedEvent routedEvent, TransformGroup arrowTransformation)
Parameters
System. Event being raised. |
System. The transformation being applied. |
Properties
ArrowTransformation
The transformation that be applied to the Drag Arrow.
Declaration
public TransformGroup ArrowTransformation { get; }
Property Value
System.
|