| Visual Basic (Declaration) | |
|---|---|
Public Event DesignerTabChanged As DesignerTabChangedEventHandler  | |
| C# | |
|---|---|
public event DesignerTabChangedEventHandler DesignerTabChanged  | |
The event handler receives an argument of type DesignerTabChangedEventArgs containing data related to this event. The following DesignerTabChangedEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| ActiveTab | Gets the DesignerTab enumeration that indicates what tab is currently active. |