TabPage.TabStopChanged Event

Definition

Occurs when the value of the TabStop property changes.

public:
 event EventHandler ^ TabStopChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler TabStopChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler? TabStopChanged;
[<System.ComponentModel.Browsable(false)>]
member this.TabStopChanged : EventHandler 
Public Custom Event TabStopChanged As EventHandler 

Event Type

Attributes

Remarks

The TabStop property is not meaningful for this control, although you can change its value and handle the TabStopChanged event to detect the change.

Applies to