Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fires when the Text changes.
Syntax
Visual Basic Public Event TextChanged As EventHandler C# public event EventHandler TextChanged; Managed C++ public: __event EventHandler TextChanged; JScript In JScript, you can handle the events defined by a class, but you cannot define your own.
Event Data
Argument Object EventArgs Handler Delegate EventHandler
Applies To
TOOLBARTEXTBOX
See Also