Class
PreviewDragStartEventArgs

Definition

Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class PreviewDragStartEventArgs : EventArgs

Inheritance: objectEventArgsPreviewDragStartEventArgs

Inherited Members EventArgs.Empty

Constructors

PreviewDragStartEventArgs(CaretPosition, bool)

Declaration

cs-api-definition
public PreviewDragStartEventArgs(CaretPosition startPosition, bool canStart = true)

Parameters

startPosition

CaretPosition

canStart

bool

Properties

CanStart

Determines whether a drag operation may start.

Declaration

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

Property Value

bool

StartPostion

The start caret position from which the drag operation will start. The start position is always within the current selection.

Declaration

cs-api-definition
public CaretPosition StartPostion { get; }

Property Value

CaretPosition