<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to do this effect? after ReDo command in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-do-this-effect-after-redo-command/m-p/3329411#M57238</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use AutoCAD 2011, VB.net&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done a form docked on the left side of drawing dynamicly display all block in the drawing. What I have done is select all block druing drawing open process and put them into listview in the form and display them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I delete some of the block, they will be removed from my form as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now is my question. If I send redo command(Ctrl+Z), those deleted block will be put back to drawing, I wonder how to update my form at the same time? I could get all blocks again and refresh the listview. But I think that will take sometime if I have&amp;nbsp; lots blocks in the drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yaqi&lt;/P&gt;</description>
    <pubDate>Mon, 13 Feb 2012 11:04:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-02-13T11:04:33Z</dc:date>
    <item>
      <title>How to do this effect? after ReDo command</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-do-this-effect-after-redo-command/m-p/3329411#M57238</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use AutoCAD 2011, VB.net&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done a form docked on the left side of drawing dynamicly display all block in the drawing. What I have done is select all block druing drawing open process and put them into listview in the form and display them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I delete some of the block, they will be removed from my form as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now is my question. If I send redo command(Ctrl+Z), those deleted block will be put back to drawing, I wonder how to update my form at the same time? I could get all blocks again and refresh the listview. But I think that will take sometime if I have&amp;nbsp; lots blocks in the drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yaqi&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2012 11:04:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-do-this-effect-after-redo-command/m-p/3329411#M57238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-13T11:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to do this effect? after ReDo command</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-do-this-effect-after-redo-command/m-p/3329473#M57239</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#666699"&gt;&amp;gt;&amp;gt; Now is my question. If I send redo command(Ctrl+Z)&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Check for event "CommandEnded" or for "ObjectAdded" (I think it will be raised when you do a _REDO)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2012 11:51:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-do-this-effect-after-redo-command/m-p/3329473#M57239</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2012-02-13T11:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to do this effect? after ReDo command</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-do-this-effect-after-redo-command/m-p/3329481#M57240</link>
      <description>&lt;P&gt;Thanks for the hint. Do you know where is ObjectAdded?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;T&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2012 11:56:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-do-this-effect-after-redo-command/m-p/3329481#M57240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-13T11:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to do this effect? after ReDo command</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-do-this-effect-after-redo-command/m-p/3329501#M57241</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#666699"&gt;&amp;gt;&amp;gt; Do you know where is ObjectAdded?&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;It's an event in the &lt;FONT color="#666699" face="lucida sans unicode,lucida sans"&gt;Autodesk.AutoCAD.DatabaseServices.Database&lt;/FONT&gt; - object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2012 12:24:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-do-this-effect-after-redo-command/m-p/3329501#M57241</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2012-02-13T12:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to do this effect? after ReDo command</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-do-this-effect-after-redo-command/m-p/3350119#M57242</link>
      <description>&lt;P&gt;Hi Alfred,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just did a test. It didn't trigger objectadded when I use redo.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 14:54:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-do-this-effect-after-redo-command/m-p/3350119#M57242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-28T14:54:36Z</dc:date>
    </item>
  </channel>
</rss>

