The use of e.handled

Source: Internet
Author: User

 void Gl_mouseleftbuttondowncompleted (object sender, Graphicmousebuttoneven            Targs e) {Graphic clickedgraphic = e.graphic;                if (clickedgraphic! = null) {Dzinfowindow.anchor = ClickedGraphic.Geometry.Extent.GetCenter ();                Dzinfowindow.isopen = true; Since a contenttemplate is defined, Content would define the DataContext for the ContentTemplate Dzinfowin Dow.                Content = clickedgraphic.attributes;            Mymap.panto (Clickedgraphic.geometry);            } e.handled = true;        Return private void Mymap_mouseclick (object sender, Map.mouseeventargs e) {dzinfowindow.isopen = Fals                    E }

There are graphiclayer layers in the esri:map. When you click Graphic in Graphiclayer, the Graphiclayer Mousebuttondown event is triggered and Infowindow is turned on. If you do not set e.handled=true. It also triggers the MouseClick event in the map, causing the Infowindow to open and close, and after the e.handled=true is set, the event ends after the Graphicmousebuttondown. The Mapmouseclick event is not triggered. To achieve similar Baidu open, close the information window effect.

The use of e.handled

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.