This documentation is archived and is not being maintained.
UserControl.TextChanged Event
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Public Shadows Event TextChanged As EventHandler [C#] public new event EventHandler TextChanged; [C++] public: __event EventHandler* TextChanged;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
See Also
UserControl Class | UserControl Members | System.Windows.Forms Namespace
Show: