Class
PreviewDragStartEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class PreviewDragStartEventArgs : RadDragEventArgs

Inheritance: objectEventArgsRadDragEventArgsPreviewDragStartEventArgs

Inherited Members RadDragEventArgs.DragInstanceEventArgs.Empty

Constructors

PreviewDragStartEventArgs(ISupportDrag)

Declaration

cs-api-definition
public PreviewDragStartEventArgs(ISupportDrag instance)

Parameters

instance

ISupportDrag

Properties

CanStart

Determines whether a drag operation may start.

Declaration

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

Property Value

bool