Share via


TextChangedEventArgs Class

Definition

Event arguments for text changes.

public ref class TextChangedEventArgs : EventArgs
public class TextChangedEventArgs : EventArgs
type TextChangedEventArgs = class
    inherit EventArgs
Public Class TextChangedEventArgs
Inherits EventArgs
Inheritance
TextChangedEventArgs

Constructors

Name Description
TextChangedEventArgs(String, String)

Creates a new TextChangedEventArgs with the old and new text values.

Properties

Name Description
NewTextValue

Gets the new text value.

OldTextValue

Gets the previous text value.

Applies to