Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 542 Bytes

coretextselectionupdatingeventargs_getdeferral_254836512.md

File metadata and controls

22 lines (15 loc) · 542 Bytes
-api-id -api-type
M:Windows.UI.Text.Core.CoreTextSelectionUpdatingEventArgs.GetDeferral
winrt method

Windows.UI.Text.Core.CoreTextSelectionUpdatingEventArgs.GetDeferral

-description

Requests that the selection update operation be delayed. Call this method if your text input control is hosted on a worker thread rather than on the UI thread.

-returns

A Deferral object.

-remarks

-examples

-see-also