﻿<?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 - Button / click events</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Button--click-events/</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>Button / click events</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Button--click-events/</link><pubDate>Wed, 09 Dec 2009 23:12:01 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;If you would like to handle click event during client side, you could use the ClientSideEventOnButtonClick to handle button click event, or you could use ClientSideEventOnStackButtonClick in order to handle the stack button click event.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;You will need to add this event handler in the page that contains the XAP. Here is the snippet:&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;script type="text/javascript" language="javascript"&amp;gt;&lt;br /&gt;    function WebFishEye1_OnClientClick(fishEyeObj, btnObj) {&lt;br /&gt;        //Click handler&lt;br /&gt;    }&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;p&gt;We also provide server side event such as ButtonClick and StackButtonClick if you wish to handle the event in the server side.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Button / click events</title><link>http://www.intersoftsolutions.com/Community/WebAqua/Button--click-events/</link><pubDate>Wed, 09 Dec 2009 10:29:07 GMT</pubDate><dc:creator>baw_account</dc:creator><description>&lt;div&gt;&lt;span style="font-family: arial; font-size: 10pt"&gt;I have a question concerning your product 'Intersoft Webaqua 2 for Silverlight", of which we downloaded the 30-days-trial version.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: arial; font-size: 10pt"&gt;In the course of evaluating this solution, we took the 'FirstExperience'-example of the WebFishEye-sample.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: arial; font-size: 10pt"&gt;I tried to get some functionality to the WebFishEyeButtons resp. WebFishEyeStackButtons, but without success. How can I attach a mouse-click event to those buttons? I tried out the way over the 'ClientSideEventOnclick" property, the MouseLeftButtonDown-property of the WebFishEye-object itself without success.&amp;nbsp;The button objects themselves don't seem to have any properties for that.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: arial; font-size: 10pt"&gt;So, how do I handle click-events?? Why should we have buttons, if they don't trigger any events?&lt;/span&gt;&lt;/div&gt;</description></item></channel></rss>