<?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 Map to disable input besides setting IsHitTestVisible in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-to-disable-input-besides-setting/m-p/645178#M16578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know how to disable map touch/mouse input without setting the ishittestvisible = false property. The reason is because if i set it to false, my drop attach event won't fire.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Dec 2010 07:49:42 GMT</pubDate>
    <dc:creator>linusang</dc:creator>
    <dc:date>2010-12-29T07:49:42Z</dc:date>
    <item>
      <title>Map to disable input besides setting IsHitTestVisible</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-to-disable-input-besides-setting/m-p/645178#M16578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know how to disable map touch/mouse input without setting the ishittestvisible = false property. The reason is because if i set it to false, my drop attach event won't fire.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 07:49:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-to-disable-input-besides-setting/m-p/645178#M16578</guid>
      <dc:creator>linusang</dc:creator>
      <dc:date>2010-12-29T07:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Map to disable input besides setting IsHitTestVisible</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-to-disable-input-besides-setting/m-p/645179#M16579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One way of doing this would be hooking up mouse event handlers and setting their EventArgs "Handled" property to TRUE. Here is an example for the mouse wheel event handler in C#:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color:blue;"&gt;
private&lt;/SPAN&gt; &lt;SPAN style="color:blue;"&gt;void&lt;/SPAN&gt; Map_MouseWheel(&lt;SPAN style="color:blue;"&gt;object&lt;/SPAN&gt; sender, &lt;SPAN style="color:#2b91af;"&gt;MouseWheelEventArgs&lt;/SPAN&gt; e)
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; e.Handled = &lt;SPAN style="color:blue;"&gt;true&lt;/SPAN&gt;;
}
&lt;/PRE&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:23:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-to-disable-input-besides-setting/m-p/645179#M16579</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2021-12-12T03:23:49Z</dc:date>
    </item>
  </channel>
</rss>

