CoreTextEditContext.NotifySelectionChanged(CoreTextRange) Method

Definition

Notifies the text input server about any change that the text input control needs to make to the selection range. This is important in order to keep the internal state of the control and the internal state of the server synchronized.

public:
 virtual void NotifySelectionChanged(CoreTextRange selection) = NotifySelectionChanged;
void NotifySelectionChanged(CoreTextRange const& selection);
public void NotifySelectionChanged(CoreTextRange selection);
function notifySelectionChanged(selection)
Public Sub NotifySelectionChanged (selection As CoreTextRange)

Parameters

selection
CoreTextRange

The range of selection currently in effect.

Applies to