# FarPoint.Win.Chart.ClipboardPasteUndoAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_ClipboardPasteUndoAction" data-uid="FarPoint.Win.Chart.ClipboardPasteUndoAction" class="text-break">ClipboardPasteUndoAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents an undo action for pasting an object from clipboard.
Object could be a label area, legend area, plot area or series info.</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">ClipboardPasteUndoAction</span></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_ClipboardPasteUndoAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ClipboardPasteUndoAction : UndoAction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ClipboardPasteUndoAction
    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_ClipboardPasteUndoAction__ctor_FarPoint_Win_Chart_ChartModel_System_Object_" data-uid="FarPoint.Win.Chart.ClipboardPasteUndoAction.#ctor(FarPoint.Win.Chart.ChartModel,System.Object)">
          <a class="xref" href="FarPoint.Win.Chart.ClipboardPasteUndoAction.-ctor.html#FarPoint_Win_Chart_ClipboardPasteUndoAction__ctor_FarPoint_Win_Chart_ChartModel_System_Object_">ClipboardPasteUndoAction(ChartModel, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Chart.ClipboardPasteUndoAction.html">ClipboardPasteUndoAction</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_ClipboardPasteUndoAction_model" data-uid="FarPoint.Win.Chart.ClipboardPasteUndoAction.model">
          <a class="xref" href="FarPoint.Win.Chart.ClipboardPasteUndoAction.model.html">model</a>
        </td>
        <td class="markdown level1 summary"><p>The chart model to which the object is pasted to.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_ClipboardPasteUndoAction_obj" data-uid="FarPoint.Win.Chart.ClipboardPasteUndoAction.obj">
          <a class="xref" href="FarPoint.Win.Chart.ClipboardPasteUndoAction.obj.html">obj</a>
        </td>
        <td class="markdown level1 summary"><p>The object to paste.</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_ClipboardPasteUndoAction_PastingObject" data-uid="FarPoint.Win.Chart.ClipboardPasteUndoAction.PastingObject">
          <a class="xref" href="FarPoint.Win.Chart.ClipboardPasteUndoAction.PastingObject.html#FarPoint_Win_Chart_ClipboardPasteUndoAction_PastingObject">PastingObject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object to paste. The object could be a label area,
legend area, plot area or series info.</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_ClipboardPasteUndoAction_PerformUndoAction_System_Object_" data-uid="FarPoint.Win.Chart.ClipboardPasteUndoAction.PerformUndoAction(System.Object)">
          <a class="xref" href="FarPoint.Win.Chart.ClipboardPasteUndoAction.PerformUndoAction.html#FarPoint_Win_Chart_ClipboardPasteUndoAction_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_ClipboardPasteUndoAction_SaveUndoState" data-uid="FarPoint.Win.Chart.ClipboardPasteUndoAction.SaveUndoState">
          <a class="xref" href="FarPoint.Win.Chart.ClipboardPasteUndoAction.SaveUndoState.html#FarPoint_Win_Chart_ClipboardPasteUndoAction_SaveUndoState">SaveUndoState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves undo state information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_ClipboardPasteUndoAction_Undo_System_Object_" data-uid="FarPoint.Win.Chart.ClipboardPasteUndoAction.Undo(System.Object)">
          <a class="xref" href="FarPoint.Win.Chart.ClipboardPasteUndoAction.Undo.html#FarPoint_Win_Chart_ClipboardPasteUndoAction_Undo_System_Object_">Undo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes the action.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
