ActiveReports 8
DesignerTabChanged Event
See Also 
GrapeCity.ActiveReports.Design.Win.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also