This documentation is archived and is not being maintained.
Form.TabIndexChanged 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 TabIndexChanged As EventHandler [C#] public new event EventHandler TabIndexChanged; [C++] public: __event EventHandler* TabIndexChanged;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
See Also
Show: