ClassLinearDropVisual
Class
Represents a control which is used for the default visual in the drag and drop operations in RadListBox control.
Definition
Namespace:Telerik.Windows.Controls.DragDrop
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class LinearDropVisual : Control
Inheritance: objectLinearDropVisual
Constructors
LinearDropVisual()
Declaration
cs-api-definition
public LinearDropVisual()
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.