New to Telerik UI for WPFStart a free 30-day trial

A helper class, that serves as a visual cue during drag and drop operations.

Definition

Namespace:Telerik.Windows.Controls.DragDrop

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class DragVisualCue : ContentControl

Inheritance: objectDragVisualCue

Derived Classes: DraggedElementVisualCue

Constructors

Initializes a new instance of the DragVisualCue class.

C#
public DragVisualCue()

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.