Udostępnij za pośrednictwem


TextChangedEventArgs Klasa

Definicja

Argumenty zdarzeń TextChanged . Udostępnia stare i nowe wartości tekstowe.

public class TextChangedEventArgs : EventArgs
type TextChangedEventArgs = class
    inherit EventArgs
Dziedziczenie
System.EventArgs
TextChangedEventArgs

Konstruktory

TextChangedEventArgs(String, String)

Tworzy nowy TextChangedEventArgs element z elementami oldTextValue i newTextValue.

Właściwości

NewTextValue

Pobiera nową wartość tekstowa.

OldTextValue

Pobiera starą wartość tekstowa.

Dotyczy