MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / DesignerTabChangedEventArgs Class
Members

DesignerTabChangedEventArgs Class
Contains the active tab information.
Object Model
DesignerTabChangedEventArgs Class
Syntax
'Declaration
 
Public NotInheritable Class DesignerTabChangedEventArgs 
   Inherits System.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.
Inheritance Hierarchy

System.Object
   System.EventArgs
      GrapeCity.ActiveReports.Design.DesignerTabChangedEventArgs

See Also