﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebAqua - How ItemSelect/ItemClick event can be fired?</title><link>http://www.intersoftsolutions.com/Community/WebAqua/How-ItemSelectItemClick-event-can-be-fired/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>How ItemSelect/ItemClick event can be fired?</title><link>http://www.intersoftsolutions.com/Community/WebAqua/How-ItemSelectItemClick-event-can-be-fired/</link><pubDate>Fri, 16 Apr 2010 03:08:18 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;As shown in the attached video on my previous post, I didn’t find any issue when running my test page. I also unable to repro the error popup when try to open the xaml in Blend.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Do you have any running simple sample that replicates the issue? If you do, could you please send us the sample for further investigation?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How ItemSelect/ItemClick event can be fired?</title><link>http://www.intersoftsolutions.com/Community/WebAqua/How-ItemSelectItemClick-event-can-be-fired/</link><pubDate>Thu, 15 Apr 2010 09:06:25 GMT</pubDate><dc:creator>Alfonzoe</dc:creator><description>&lt;p&gt;Hi Yudi,&lt;/p&gt;
&lt;p&gt;Thanks for your great help, actually, I am trying same with the video, but still can't work; and an error popup up when I try to open the xaml in Blend, please see attached.&lt;/p&gt;
&lt;p&gt;Does this CoverFlow derive from ItemControl?&lt;/p&gt;
&lt;p&gt;BTW,  I can't set the start up index. please see  here &lt;a href="http://www.intersoftpt.com/Community/WebAqua/How-to-programmatically-set-CustomStartIndex-of-CoverFlow/"&gt;http://www.intersoftpt.com/Community/WebAqua/How-to-programmatically-set-CustomStartIndex-of-CoverFlow/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Yuanzi&lt;/p&gt;</description></item><item><title>How ItemSelect/ItemClick event can be fired?</title><link>http://www.intersoftsolutions.com/Community/WebAqua/How-ItemSelectItemClick-event-can-be-fired/</link><pubDate>Thu, 15 Apr 2010 05:25:21 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;AfterItemSelect event occurs after a WebCoverFlow Item is selected.&lt;br /&gt;And ActiveItemClick event occurs when WebCoverFlow ActiveItem is clicked. The active item is the item that located in the center, the rest of the items called WebCoverFlow item.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I enclosed a video that shows when those events are triggered.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How ItemSelect/ItemClick event can be fired?</title><link>http://www.intersoftsolutions.com/Community/WebAqua/How-ItemSelectItemClick-event-can-be-fired/</link><pubDate>Wed, 14 Apr 2010 10:12:33 GMT</pubDate><dc:creator>Alfonzoe</dc:creator><description>&lt;span style="font-size: 18px"&gt;&lt;span style="font-size: 18px"&gt;
&lt;p&gt;Hi Experts,&lt;/p&gt;
&lt;p&gt;How ItemSelect/ItemClick event can be fired? Application need to do some thing when item is clicked, but I can't find the relevent event. The following two event can never being fired.&lt;/p&gt;
&lt;/span&gt;  &lt;p&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;private&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; &lt;/span&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;void&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; m_CoverFlow_AfterItemSelect(&lt;/span&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;object&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; sender, ISNet.Silverlight.WebAqua.&lt;/span&gt;&lt;span style="font-size: 18px; color: #2b91af"&gt;&lt;span style="font-size: 18px; color: #2b91af"&gt;WebCoverFlowItemEventArgs&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; e)&lt;p&gt;{&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;span style="font-size: 18px; color: #008000"&gt;&lt;span style="font-size: 18px; color: #008000"&gt;//how to fire this event &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;/span&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;private&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; &lt;/span&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;void&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; m_CoverFlow_ActiveItemClick(&lt;/span&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;&lt;span style="font-size: 18px; color: #0000ff"&gt;object&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; sender, ISNet.Silverlight.WebAqua.&lt;/span&gt;&lt;span style="font-size: 18px; color: #2b91af"&gt;&lt;span style="font-size: 18px; color: #2b91af"&gt;WebCoverFlowItemEventArgs&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 18px"&gt; e) 

&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;Thanks for your great help, we need this urgently.&lt;/p&gt;
&lt;p&gt;Yuanzi&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;</description></item></channel></rss>