<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Get the x:Name property dynamicly</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : XAML Snippets : Get the x:Name property dynamicly]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 21:33:04 +0000</pubDate>
  <lastBuildDate>Mon, 25 Apr 2011 05:28:29 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=18270</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Get the x:Name property dynamicly : Hi, I am programming with CXTPMarkupObject...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18270&amp;PID=64059&amp;title=get-the-xname-property-dynamicly#64059</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6752">sand.fj.wen</a><br /><strong>Subject:</strong> 18270<br /><strong>Posted:</strong> 25 April 2011 at 5:28am<br /><br />Hi,<br>I am programming with CXTPMarkupObject these days, now there is a question puzzles me... I set the Run element with Property x:Name="total_count" in a xaml file like this:<br><br>&lt;Run x:Name="total_count" MouseLeftButtonUp="Run_MouseLeftButtonUp"&gt;...&lt;/Run&gt; <br>&lt;Run x:Name="item_first" MouseLeftButtonUp="Run_MouseLeftButtonUp"&gt;...&lt;/Run&gt; <br>&lt;Run x:Name="item_second" MouseLeftButtonUp="Run_MouseLeftButtonUp"&gt;...&lt;/Run&gt; <br><br>when click on the Run element, Run_MouseLeftButtonUp() method is called, but in the Run_MouseLeftButtonUp(), I want to get the clicked Run element's x:Name property, so that I can deal with different method, how can I get the x:Name property in programming?<br><br>Thanks, best regards!]]>
   </description>
   <pubDate>Mon, 25 Apr 2011 05:28:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18270&amp;PID=64059&amp;title=get-the-xname-property-dynamicly#64059</guid>
  </item> 
 </channel>
</rss>