ClassDragArrow
Class
A content control that serves as a visual indicator during a drag and drop operation.
Definition
Namespace:Telerik.Windows.Controls.DragDrop
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class DragArrow : ContentControl
Inheritance: objectDragArrow
Constructors
DragArrow()
Initializes a new instance of the DragArrow class.
Declaration
cs-api-definition
public DragArrow()
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.