TextChangedEventArgs Clase

Definición

Argumentos de evento para TextChanged eventos. Proporciona valores de texto antiguos y nuevos.

public class TextChangedEventArgs : EventArgs
type TextChangedEventArgs = class
    inherit EventArgs
Herencia
TextChangedEventArgs

Constructores

TextChangedEventArgs(String, String)

Crea un TextChangedEventArgs con oldTextValue y newTextValue.

Propiedades

NewTextValue

Obtén el valor de texto nuevo.

OldTextValue

Obtén el valor de texto antiguo.

Se aplica a