ClassTreeViewPreviewDragHintEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TreeViewPreviewDragHintEventArgs : PreviewDragHintEventArgs
Inheritance: objectEventArgsRadDragEventArgsPreviewDragHintEventArgsTreeViewPreviewDragHintEventArgs
Inherited Members
Constructors
TreeViewPreviewDragHintEventArgs(ISupportDrag, DropPosition)
Declaration
cs-api-definition
public TreeViewPreviewDragHintEventArgs(ISupportDrag dragInstance, DropPosition dropPosition)
Parameters
dragInstance
dropPosition
Properties
DropPosition
Declaration
cs-api-definition
public DropPosition DropPosition { get; set; }
Property Value