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 DragArrowAdjustingEventArgs class.
Declaration
public DragArrowAdjustingEventArgs(RoutedEvent routedEvent, TransformGroup arrowTransformation)
Parameters
RoutedEvent
routedEvent
Event being raised. |
System.Windows.Media.TransformGroup
arrowTransformation
The transformation being applied. |
Properties
ArrowTransformation
The transformation that be applied to the Drag Arrow.
Declaration
public TransformGroup ArrowTransformation { get; }
Property Value
System.Windows.Media.TransformGroup
|