[]
Occurs when the currently ActiveTab in the designer interface changes.
[Browsable(false)]
public event EventHandler ActiveTabChanged
Type | Description |
---|---|
EventHandler | Occurs when the currently in the designer interface changes. |
This event is triggered whenever the active tab within the designer's interface is switched, allowing for custom logic to be executed in response to this change. The ActiveTab property can be used within the event handler to determine the newly activated tab.