[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.ScripEditorEventArgs

ScripEditorEventArgs Class

Provides data for the ScriptEditor event, containing the old and new script values.

Inheritance
ScripEditorEventArgs
Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public class ScripEditorEventArgs : EventArgs
Remarks

This class is used in events related to the script editor within the ActiveReports designer. It encapsulates the changes made to the script, providing both the previous and the updated script text. This information can be used for purposes such as validation, change tracking, or triggering additional actions in response to script modifications.

Properties

Name Description
NewValue

Gets a value representing the new script text after the change.

OldValue

Gets a value representing the old script text before the change.