ActiveReports 8
ScriptChanged Event
See Also 
GrapeCity.ActiveReports.Design.Win.v8 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : ScriptChanged Event

Glossary Item Box

Raised when the script for a report in the End User Report Designer is changed.

Syntax

Visual Basic (Declaration) 
Public Event ScriptChanged As ScriptChangedEventHandler
C# 
public event ScriptChangedEventHandler ScriptChanged

Remarks

This event is raised when the user switches from the Design view to the Script view of the report. It is not raised by changes to the script.

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