ActiveReports 12
ScriptChanged Event

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : ScriptChanged Event
Raised when the script for a report in the End User Report Designer is changed.
Syntax
'Declaration
 
Public Event ScriptChanged As ScriptChangedEventHandler
public event ScriptChangedEventHandler ScriptChanged
Event Data

The event handler receives an argument of type ScripEditorEventArgs containing data related to this event. The following ScripEditorEventArgs properties provide information specific to this event.

PropertyDescription
Returns a string containing the changed script.  
Returns a string containing the old script prior to the change.  
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.
See Also