HandwritingView.TextSubmitted Event

Definition

Occurs when the Enter button is pressed or the commit gesture is detected on the HandwritingView.

C#
public event TypedEventHandler<HandwritingView,HandwritingViewTextSubmittedEventArgs> TextSubmitted;

Event Type

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v12.0)

Applies to

Product Versions
WinRT Build 20348, Build 22000, Build 22621, Build 26100

See also