[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DesignerTabChangedEventArgs

DesignerTabChangedEventArgs Class

Provides data for events related to changes in the active tab within the designer environment.

Inheritance
DesignerTabChangedEventArgs
Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public sealed class DesignerTabChangedEventArgs : EventArgs
Remarks

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.

Properties

Name Description
ActiveTab

Gets a value representing the DesignerTab that has become active.