TextChangedEventArgs Classe

Definição

Argumentos de evento para TextChanged eventos. Fornece valores de texto antigo e novo.

public class TextChangedEventArgs : EventArgs
type TextChangedEventArgs = class
    inherit EventArgs
Herança
TextChangedEventArgs

Construtores

TextChangedEventArgs(String, String)

Cria um novo TextChangedEventArgs com oldTextValue e newTextValue.

Propriedades

NewTextValue

Obtém o novo valor de texto.

OldTextValue

Obtém o valor de texto antigo.

Aplica-se a