# FarPoint.Win.Chart.DeleteUndoAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_DeleteUndoAction" data-uid="FarPoint.Win.Chart.DeleteUndoAction" class="text-break">DeleteUndoAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents an undo action for deleting an object.
Object could be a label, legend, plot area or seriesInfo</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"><a class="xref" href="FarPoint.Win.Chart.UndoAction.html">UndoAction</a></div>
    <div class="level3"><span class="xref">DeleteUndoAction</span></div>
      <div class="level4"><a class="xref" href="FarPoint.Win.Chart.ClipboardCutUndoAction.html">ClipboardCutUndoAction</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_DeleteUndoAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DeleteUndoAction : UndoAction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DeleteUndoAction
    Inherits UndoAction</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_DeleteUndoAction__ctor_FarPoint_Win_Chart_ChartModel_System_Object_" data-uid="FarPoint.Win.Chart.DeleteUndoAction.#ctor(FarPoint.Win.Chart.ChartModel,System.Object)">
          <a class="xref" href="FarPoint.Win.Chart.DeleteUndoAction.-ctor.html#FarPoint_Win_Chart_DeleteUndoAction__ctor_FarPoint_Win_Chart_ChartModel_System_Object_">DeleteUndoAction(ChartModel, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Chart.DeleteUndoAction.html">DeleteUndoAction</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_DeleteUndoAction_idx" data-uid="FarPoint.Win.Chart.DeleteUndoAction.idx">
          <a class="xref" href="FarPoint.Win.Chart.DeleteUndoAction.idx.html">idx</a>
        </td>
        <td class="markdown level1 summary"><p>The index of the object in its collection. It is used to restore the object to correct
index in its collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_DeleteUndoAction_model" data-uid="FarPoint.Win.Chart.DeleteUndoAction.model">
          <a class="xref" href="FarPoint.Win.Chart.DeleteUndoAction.model.html">model</a>
        </td>
        <td class="markdown level1 summary"><p>Reference to the chart model from which the object is deleted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_DeleteUndoAction_obj" data-uid="FarPoint.Win.Chart.DeleteUndoAction.obj">
          <a class="xref" href="FarPoint.Win.Chart.DeleteUndoAction.obj.html">obj</a>
        </td>
        <td class="markdown level1 summary"><p>The object to be deleted.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="FarPoint_Win_Chart_DeleteUndoAction_Index" data-uid="FarPoint.Win.Chart.DeleteUndoAction.Index">
          <a class="xref" href="FarPoint.Win.Chart.DeleteUndoAction.Index.html#FarPoint_Win_Chart_DeleteUndoAction_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the object in its collection. It is used to restore the object to correct
index in its collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_DeleteUndoAction_ObjectDeleted" data-uid="FarPoint.Win.Chart.DeleteUndoAction.ObjectDeleted">
          <a class="xref" href="FarPoint.Win.Chart.DeleteUndoAction.ObjectDeleted.html#FarPoint_Win_Chart_DeleteUndoAction_ObjectDeleted">ObjectDeleted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object which is deleted.</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_DeleteUndoAction_PerformUndoAction_System_Object_" data-uid="FarPoint.Win.Chart.DeleteUndoAction.PerformUndoAction(System.Object)">
          <a class="xref" href="FarPoint.Win.Chart.DeleteUndoAction.PerformUndoAction.html#FarPoint_Win_Chart_DeleteUndoAction_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_DeleteUndoAction_SaveUndoState" data-uid="FarPoint.Win.Chart.DeleteUndoAction.SaveUndoState">
          <a class="xref" href="FarPoint.Win.Chart.DeleteUndoAction.SaveUndoState.html#FarPoint_Win_Chart_DeleteUndoAction_SaveUndoState">SaveUndoState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves undo state information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_DeleteUndoAction_Undo_System_Object_" data-uid="FarPoint.Win.Chart.DeleteUndoAction.Undo(System.Object)">
          <a class="xref" href="FarPoint.Win.Chart.DeleteUndoAction.Undo.html#FarPoint_Win_Chart_DeleteUndoAction_Undo_System_Object_">Undo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes the action.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
