TextChangedEventArgs Třída

Definice

Argumenty událostí pro TextChanged události Poskytuje staré a nové textové hodnoty.

public class TextChangedEventArgs : EventArgs
type TextChangedEventArgs = class
    inherit EventArgs
Dědičnost
System.EventArgs
TextChangedEventArgs

Konstruktory

TextChangedEventArgs(String, String)

Vytvoří nový TextChangedEventArgs s a oldTextValuenewTextValue.

Vlastnosti

NewTextValue

Získá novou textová hodnota.

OldTextValue

Získá starou text hodnotu.

Platí pro