Occurs when the
System.Windows.Forms.Control.TabStop property value changes.
Syntax
Visual Basic (Declaration) | |
---|
<SRDescriptionAttribute("Event raised when the value of the TabStop property is changed on Control.")>
<SRCategoryAttribute("Property Changed")>
Public Event TabStopChanged As EventHandler |
C# | |
---|
[SRDescriptionAttribute("Event raised when the value of the TabStop property is changed on Control.")]
[SRCategoryAttribute("Property Changed")]
public event EventHandler TabStopChanged |
C++/CLI | |
---|
[SRDescriptionAttribute("Event raised when the value of the TabStop property is changed on Control.")]
[SRCategoryAttribute("Property Changed")]
public:
event EventHandler^ TabStopChanged |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also