ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / ScriptChanged Event

In This Topic
    ScriptChanged Event
    In This Topic
    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
    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