Class
PreviewDragHintEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class PreviewDragHintEventArgs : RadDragEventArgs

Inheritance: objectEventArgsRadDragEventArgsPreviewDragHintEventArgs

Derived Classes: TreeViewPreviewDragHintEventArgs

Inherited Members RadDragEventArgs.DragInstanceEventArgs.Empty

Constructors

PreviewDragHintEventArgs(ISupportDrag)

Declaration

cs-api-definition
public PreviewDragHintEventArgs(ISupportDrag dragInstance)

Parameters

dragInstance

ISupportDrag

Properties

DragHint

Declaration

cs-api-definition
public Image DragHint { get; set; }

Property Value

Image

UseDefaultHint

Determines whether a default hint will be generated. Usually this is a snapshot of the dragged item.

Declaration

cs-api-definition
public bool UseDefaultHint { get; set; }

Property Value

bool