Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 629 Bytes

coretexttextupdatingresult.md

File metadata and controls

27 lines (18 loc) · 629 Bytes
-api-id -api-type
T:Windows.UI.Text.Core.CoreTextTextUpdatingResult
winrt enum

CoreTextTextUpdatingResult

-description

Defines constants that specify the result of handling the TextUpdating event.

-enum-fields

-field Succeeded:0

The text update operation completed successfully.

-field Failed:1

The text update operation was not completed as the text input server expected. The state of the text input control is unchanged.

-remarks

-examples

-see-also