ActiveReports 13
DesignerTabChanged Event

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : DesignerTabChanged Event
Raised when the designer tab changes.
Syntax
'Declaration
 
Public Event DesignerTabChanged As DesignerTabChangedEventHandler
public event DesignerTabChangedEventHandler DesignerTabChanged
Event Data

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.

PropertyDescription
Gets the DesignerTab enumeration that indicates what tab is currently active.  
See Also