TextChangedEventArgs Classe

Definição

Argumentos de eventos para alterações de texto.

public ref class TextChangedEventArgs : EventArgs
public class TextChangedEventArgs : EventArgs
type TextChangedEventArgs = class
    inherit EventArgs
Public Class TextChangedEventArgs
Inherits EventArgs
Herança
TextChangedEventArgs

Construtores

Name Description
TextChangedEventArgs(String, String)

Cria um novo TextChangedEventArgs com os valores de texto antigo e novo.

Propriedades

Name Description
NewTextValue

Recebe o novo valor de texto.

OldTextValue

Obtém o valor de texto anterior.

Aplica-se a