ListBoxDragVisual
Class
Represents the default drag visual element in RadListBox drag-drop operations.
Definition
Namespace:Telerik.Windows.DragDrop
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class ListBoxDragVisual : DragVisual, IEffectsPresenter
Inheritance: objectDragVisualListBoxDragVisual
Implements:
Inherited Members
Constructors
Initializes a new instance of the ListBoxDragVisual class.
C#
public ListBoxDragVisual()
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: