Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class PreviewDragStartEventArgs : EventArgs
Inheritance: objectEventArgsPreviewDragStartEventArgs
Inherited Members
Constructors
C#
public PreviewDragStartEventArgs(CaretPosition startPosition, bool canStart = true)
Properties
The start caret position from which the drag operation will start. The start position is always within the current selection.
C#
public CaretPosition StartPostion { get; }