ActiveReports Developer 7
DesignerTabChanged Event
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : DesignerTabChanged Event

Glossary Item Box

Raised when the designer tab changes.

Syntax

Visual Basic (Declaration) 
Public Event DesignerTabChanged As DesignerTabChangedEventHandler
C# 
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
ActiveTab Gets the DesignerTab enumeration that indicates what tab is currently active.

See Also