TextChangedEventArgs Class

Definition

Event arguments for TextChanged events. Provides old and new text values.

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

Constructors

TextChangedEventArgs(String, String)

Creates a new TextChangedEventArgs with oldTextValue and newTextValue.

Properties

NewTextValue

Gets the new text value.

OldTextValue

Gets the old text value.

Applies to