UITextInputDelegate.TextWillChange(IUITextInput) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O texto em uiTextInput
está prestes a ser alterado.
[Foundation.Export("textWillChange:")]
public abstract void TextWillChange (UIKit.IUITextInput textInput);
abstract member TextWillChange : UIKit.IUITextInput -> unit
Parâmetros
- textInput
- IUITextInput
Implementações
- Atributos