CoreTextTextUpdatingEventArgs.NewSelection Property

Definition

Gets a value that indicates the range of text that the text input server indicates should be selected. The server populates this property before raising the event.

public:
 property CoreTextRange NewSelection { CoreTextRange get(); };
CoreTextRange NewSelection();
public CoreTextRange NewSelection { get; }
var coreTextRange = coreTextTextUpdatingEventArgs.newSelection;
Public ReadOnly Property NewSelection As CoreTextRange

Property Value

The range of text that the server indicates should be selected.

Applies to