DragVisual
Represents the visual representation of a drag-and-drop operation.
Definition
Namespace:Telerik.Windows.DragDrop
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class DragVisual : ContentControl, IEffectsPresenter
Inheritance: objectDragVisual
Derived Classes:
Implements:
Constructors
Initializes a new instance of the DragVisual class.
public DragVisual()
Fields
EffectsProperty
DependencyProperty
Identifies the Effects dependency property.
public static readonly DependencyProperty EffectsProperty
IsDraggingMultipleItemsProperty
DependencyProperty
Identifies the IsDraggingMultipleItems dependency property.
public static readonly DependencyProperty IsDraggingMultipleItemsProperty
Properties
Effects
DragDropEffects
Gets or sets the Effects. This is a dependency property.
public DragDropEffects Effects { get; set; }
Implements:
Gets or sets the IsDraggingMultipleItems. This is a dependency property.
public bool IsDraggingMultipleItems { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.