ClassListBoxDragVisual
Class
Represents the default drag visual element in RadListBox drag-drop operations.
Definition
Namespace:Telerik.Windows.DragDrop
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class ListBoxDragVisual : DragVisual, IEffectsPresenter
Inheritance: objectDragVisualListBoxDragVisual
Implements:
Inherited Members
Constructors
ListBoxDragVisual()
Initializes a new instance of the ListBoxDragVisual class.
Declaration
cs-api-definition
public ListBoxDragVisual()
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.
Overrides