Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 929 Bytes

coretextselectionupdatingresult.md

File metadata and controls

29 lines (20 loc) · 929 Bytes
-api-id -api-type
T:Windows.UI.Text.Core.CoreTextSelectionUpdatingResult
winrt enum

CoreTextSelectionUpdatingResult

-description

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

-enum-fields

-field Succeeded:0

The selection update operation completed successfully.

-field Failed:1

The selection update operation was not completed as the text input server expected.

-remarks

This enumeration is used by the CoreTextSelectionUpdatingEventArgs.Result property. The default is Succeeded.

-examples

-see-also

SelectionUpdating, CoreTextSelectionUpdatingEventArgs.Result