Back to API Reference
Interface
IInsertionHandle
abstract
Implements:ITouchHandles
Insertion-handle capability on touch platforms: a single draggable handle under a collapsed caret that the user drags to reposition it, taps to raise the context menu, or releases to confirm placement. It is optional and independent of ISelectionHandles; one entity may implement either capability or both.
Remarks
Show appears the handle at the current caret, UpdatePosition follows it while visible, and Hide removes it when the caret is gone, a selection forms, or focus is lost.Implementations(1)
Types that implement IInsertionHandle.
public Action InsertionHandleTappedOccurs when the user has tapped the insertion handle (requests the context menu).
public Action InsertionHandleDragStartedOccurs when an insertion-handle drag begins — a cue to hide transient UI such as the context menu for the duration of the drag.
public Action InsertionHandleDragEndedOccurs when an insertion-handle drag has ended (confirms placement).
