[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.ActiveTabChanged

ActiveTabChanged Event

Occurs when the currently ActiveTab in the designer interface changes.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
[Browsable(false)]
public event EventHandler ActiveTabChanged
Returns
Type Description
EventHandler Occurs when the currently in the designer interface changes.
Remarks

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.