[]
Provides data for the ScriptEditor event, containing the old and new script values.
public class ScripEditorEventArgs : EventArgs
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.
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. |