[]
Provides data for events related to changes in the active tab within the designer environment.
public sealed class DesignerTabChangedEventArgs : EventArgs
This class is used to convey information about which tab has become active in a designer environment, allowing event handlers to respond to changes in the active tab. This can be useful for updating UI elements or performing other actions based on the newly activated tab.
Name | Description |
---|---|
ActiveTab | Gets a value representing the DesignerTab that has become active. |