HandwritingViewCandidatesChangedEventArgs.CandidatesSessionId Property

Definition

Gets the current auto-completion candidate session ID.

public:
 property unsigned int CandidatesSessionId { unsigned int get(); };
uint32_t CandidatesSessionId();
public uint CandidatesSessionId { get; }
var uInt32 = handwritingViewCandidatesChangedEventArgs.candidatesSessionId;
Public ReadOnly Property CandidatesSessionId As UInteger

Property Value

UInt32

unsigned int

uint32_t

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.

Applies to

See also