[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.DesignerTabChanged

DesignerTabChanged Event

Occurs after the designer tab has been changed by the user.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public event DesignerTabChangedEventHandler DesignerTabChanged
Returns
Type Description
DesignerTabChangedEventHandler Occurs after the designer tab has been changed by the user.
Remarks

This event is fired when the user switches between different tabs in the designer interface, such as moving from the "Design" tab to the "Preview" tab. It allows for the execution of custom logic in response to this change, such as updating UI elements or performing cleanup tasks related to the tab change.

Event handlers can use this event to adapt the application's behavior to the newly active designer tab, enhancing the user experience and ensuring the application remains responsive to user actions.