# FarPoint.Win.Chart.UndoAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_UndoAction" data-uid="FarPoint.Win.Chart.UndoAction" class="text-break">UndoAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents the actions in the component for which the user can perform an undo or redo.</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="FarPoint.Win.Chart.Action.html">Action</a></div>
    <div class="level2"><span class="xref">UndoAction</span></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Chart.ClipboardPasteUndoAction.html">ClipboardPasteUndoAction</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Chart.DeleteUndoAction.html">DeleteUndoAction</a></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Chart.MoveResizeUndoAction.html">MoveResizeUndoAction</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_UndoAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class UndoAction : Action</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class UndoAction
    Inherits Action</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Chart_UndoAction__ctor" data-uid="FarPoint.Win.Chart.UndoAction.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.UndoAction.-ctor.html#FarPoint_Win_Chart_UndoAction__ctor">UndoAction()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Chart.UndoAction.html">UndoAction</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Chart_UndoAction_PerformAction_System_Object_" data-uid="FarPoint.Win.Chart.UndoAction.PerformAction(System.Object)">
          <a class="xref" href="FarPoint.Win.Chart.UndoAction.PerformAction.html#FarPoint_Win_Chart_UndoAction_PerformAction_System_Object_">PerformAction(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the undo action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_UndoAction_PerformUndoAction_System_Object_" data-uid="FarPoint.Win.Chart.UndoAction.PerformUndoAction(System.Object)">
          <a class="xref" href="FarPoint.Win.Chart.UndoAction.PerformUndoAction.html#FarPoint_Win_Chart_UndoAction_PerformUndoAction_System_Object_">PerformUndoAction(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the undo action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_UndoAction_SaveUndoState" data-uid="FarPoint.Win.Chart.UndoAction.SaveUndoState">
          <a class="xref" href="FarPoint.Win.Chart.UndoAction.SaveUndoState.html#FarPoint_Win_Chart_UndoAction_SaveUndoState">SaveUndoState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves undo state information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_UndoAction_Undo_System_Object_" data-uid="FarPoint.Win.Chart.UndoAction.Undo(System.Object)">
          <a class="xref" href="FarPoint.Win.Chart.UndoAction.Undo.html#FarPoint_Win_Chart_UndoAction_Undo_System_Object_">Undo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes the action.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
