# GrapeCity.ActiveReports.Design.ScripEditorEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Design_ScripEditorEventArgs" data-uid="GrapeCity.ActiveReports.Design.ScripEditorEventArgs" class="text-break">ScripEditorEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the ScriptEditor event, containing the old and new script values.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">ScripEditorEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.html">GrapeCity.ActiveReports.Design</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_ScripEditorEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ScripEditorEventArgs : EventArgs</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_ScripEditorEventArgs_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>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.</p>
</div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ScripEditorEventArgs_NewValue" data-uid="GrapeCity.ActiveReports.Design.ScripEditorEventArgs.NewValue">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ScripEditorEventArgs.NewValue.html#GrapeCity_ActiveReports_Design_ScripEditorEventArgs_NewValue">NewValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the new script text after the change.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ScripEditorEventArgs_OldValue" data-uid="GrapeCity.ActiveReports.Design.ScripEditorEventArgs.OldValue">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ScripEditorEventArgs.OldValue.html#GrapeCity_ActiveReports_Design_ScripEditorEventArgs_OldValue">OldValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the old script text before the change.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
