ClassDraggedElement
Class
Represent a visual element that is being dragged; usually wraps (fully or partially) another visual element.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class DraggedElement : ContentControl
Inheritance: objectDraggedElement
Constructors
DraggedElement()
Declaration
cs-api-definition
public DraggedElement()
Methods
OnApplyTemplate()
Declaration
cs-api-definition
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e