Compartir a través de


CoreTextEditContext.NotifySelectionChanged(CoreTextRange) Método

Definición

Notifica al servidor de entrada de texto cualquier cambio que el control de entrada de texto necesite realizar en el intervalo de selección. Esto es importante para mantener sincronizado el estado interno del control y el estado interno del servidor.

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)

Parámetros

selection
CoreTextRange

Intervalo de selección actualmente en vigor.

Se aplica a