ClassPreviewDragStartEventArgs
Class
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class PreviewDragStartEventArgs : EventArgs
Inheritance: objectEventArgsPreviewDragStartEventArgs
Inherited Members
Constructors
PreviewDragStartEventArgs(CaretPosition, bool)
Declaration
cs-api-definition
public PreviewDragStartEventArgs(CaretPosition startPosition, bool canStart = true)
Parameters
startPosition
canStart
Properties
CanStart
Determines whether a drag operation may start.
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