Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 861 Bytes

handwritingviewcandidateschangedeventargs_candidatessessionid.md

File metadata and controls

28 lines (17 loc) · 861 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.HandwritingViewCandidatesChangedEventArgs.CandidatesSessionId
winrt property

Windows.UI.Xaml.Controls.HandwritingViewCandidatesChangedEventArgs.CandidatesSessionId

-description

Gets the current auto-completion candidate session ID.

-property-value

The session ID of the current auto-completion candidates.

-remarks

Use the session ID to retrieve all auto-completion candidates in the session from the HandwritingView, and notify the HandwritingView which candidate in the session was selected.

-see-also

GetCandidates(System.UInt32), SelectCandidate(System.UInt32,System.UInt32)

-examples