<?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 Re: what is the api call for the event handler in AutoCAD File-open and selected in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/what-is-the-api-call-for-the-event-handler-in-autocad-file-open/m-p/8375594#M24400</link>
    <description>&lt;P&gt;You should start from &lt;A href="http://help.autodesk.com/view/OARX/2018/FRA/?guid=GUID-CC1C9D4A-9517-40BF-8D3D-CBC15C9646B9" target="_blank"&gt;this topic&lt;/A&gt; in the documentation, &lt;SPAN class=""&gt;and read the &lt;A href="http://help.autodesk.com/view/OARX/2018/FRA/?guid=GUID-E619BB54-D531-4640-BB74-B61E6CA13238" target="_blank"&gt;DocumentCollection Events&lt;/A&gt; section in particular.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Nov 2018 08:39:20 GMT</pubDate>
    <dc:creator>_gile</dc:creator>
    <dc:date>2018-11-02T08:39:20Z</dc:date>
    <item>
      <title>what is the api call for the event handler in AutoCAD File-open and selectedfile</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-is-the-api-call-for-the-event-handler-in-autocad-file-open/m-p/8370281#M24397</link>
      <description>&lt;P&gt;Kindly let me know the C# Api call for the event handler in AutoCAD File-&amp;gt;open and selecting&amp;nbsp; the&amp;nbsp;dwg file.&lt;/P&gt;&lt;P&gt;It should trigger before opening the file in AutoCAD. Just pick the file and the event handler should trigger.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 05:17:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-is-the-api-call-for-the-event-handler-in-autocad-file-open/m-p/8370281#M24397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-31T05:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: what is the api call for the event handler in AutoCAD File-open and selected</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-is-the-api-call-for-the-event-handler-in-autocad-file-open/m-p/8370403#M24398</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try to handle the &lt;A href="https://help.autodesk.com/view/OARX/2019/ENU/?guid=OREFNET-Autodesk_AutoCAD_ApplicationServices_DocumentCollection_DocumentCreateStarted" target="_blank"&gt;DocumentCollection.DocumentCreateStarted event&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 07:02:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-is-the-api-call-for-the-event-handler-in-autocad-file-open/m-p/8370403#M24398</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2018-10-31T07:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: what is the api call for the event handler in AutoCAD File-open and selected</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-is-the-api-call-for-the-event-handler-in-autocad-file-open/m-p/8375355#M24399</link>
      <description>&lt;P&gt;&lt;SPAN&gt;"DocumentCreateStarted"&amp;nbsp;&lt;/SPAN&gt;doesn't work. It invoked&amp;nbsp;when the user clicks on File-&amp;gt;open.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know the api call when the user picks the dwg file from File-&amp;gt;open dialog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 05:34:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-is-the-api-call-for-the-event-handler-in-autocad-file-open/m-p/8375355#M24399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-02T05:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: what is the api call for the event handler in AutoCAD File-open and selected</title>
      <link>https://forums.autodesk.com/t5/net-forum/what-is-the-api-call-for-the-event-handler-in-autocad-file-open/m-p/8375594#M24400</link>
      <description>&lt;P&gt;You should start from &lt;A href="http://help.autodesk.com/view/OARX/2018/FRA/?guid=GUID-CC1C9D4A-9517-40BF-8D3D-CBC15C9646B9" target="_blank"&gt;this topic&lt;/A&gt; in the documentation, &lt;SPAN class=""&gt;and read the &lt;A href="http://help.autodesk.com/view/OARX/2018/FRA/?guid=GUID-E619BB54-D531-4640-BB74-B61E6CA13238" target="_blank"&gt;DocumentCollection Events&lt;/A&gt; section in particular.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 08:39:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/what-is-the-api-call-for-the-event-handler-in-autocad-file-open/m-p/8375594#M24400</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2018-11-02T08:39:20Z</dc:date>
    </item>
  </channel>
</rss>

