Questions tagged [eventhandler]

In object-oriented programming languages (such as C++, Lazarus Pascal or Visual Basic), visual objects (or components) can respond to *events* (usually) by the user. An event handler is the block of code that runs when an event occurs. Eg: *Onclick* event for a command button.

800 questions
-1
votes
1 answer

Use default event in a single element when default action is prevented for document in javascript

I have an onMousedown and an onMouseup eventhandler on the document that prevents default event. Now there is a single form element (a select field) where I want to use the default action. Can I somehow call it from javascript? Something like: …
Big Bene
  • 1
  • 2
-1
votes
1 answer

javascript cannot read property '0' of undefined

I'm initializing my var like this at the top of my .js file: var angle = 0; And then I add an event handler to detect key pressing and increase that variable: document.addEventListener("keydown", function (event) { switch…
-1
votes
2 answers

Can somebody explain to me what this does?

So, I'm quite new to C# programming, and I had a friend help me out. He made this code: private void Form1_Shown(object sender, EventArgs e) { System.Timers.Timer t = new System.Timers.Timer(50); t.Elapsed += t_Elapsed; …
Neebz
  • 69
  • 8
-1
votes
3 answers

C# label should do diffrent things when clicked

I need a label which does something different with every click. private void open_Click(object sender, EventArgs e) { for (int i = 0; i < 5; i++) { builder = new StringBuilder(4); …
aha364636
  • 365
  • 5
  • 23
-1
votes
1 answer

Javascript and onMouseOver

I have created a script, which holds a div-container. The moment i move the mouse quickly left and right on the container, it does not work anymore. Google Chrome does not process it properly either, why? move…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/eventhandler" class="post-tag grid--cell" title="show questions tagged 'eventhandler'" rel="tag">eventhandler</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 14 '15 at 13:21">asked Mar 14 '15 at 13:21</time> <a href="../../users/4670634/borntoflybert" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4670634.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="BornToFlyBert" /> </a> <div class="s-user-card--info"> <a href="../../users/4670634/borntoflybert" class="s-user-card--link">BornToFlyBert</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="1 bronze badges">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-28072771"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/28072771/how-to-do-form-field-repetition-in-javascript" class="question-hyperlink">How to do form field repetition in JavaScript?</a></h3> <div class="excerpt">I got a form with a list of games I'm asking people to add that they've played. It says "Add Game" with a hyperlink which has an event handler onClick which directs to a JavaScript function - it only does this once but I want it to do this as many…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/input" class="post-tag grid--cell" title="show questions tagged 'input'" rel="tag">input</a> <a href="../../questions/tagged/hyperlink" class="post-tag grid--cell" title="show questions tagged 'hyperlink'" rel="tag">hyperlink</a> <a href="../../questions/tagged/field" class="post-tag grid--cell" title="show questions tagged 'field'" rel="tag">field</a> <a href="../../questions/tagged/eventhandler" class="post-tag grid--cell" title="show questions tagged 'eventhandler'" rel="tag">eventhandler</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 21 '15 at 17:00">asked Jan 21 '15 at 17:00</time> <a href="../../users/2126685/jose-sanchez" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2126685.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Jose Sanchez" /> </a> <div class="s-user-card--info"> <a href="../../users/2126685/jose-sanchez" class="s-user-card--link">Jose Sanchez</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">7</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="6 bronze badges">6</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-27684761"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>4</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/27684761/highcharts-event-handler-for-stockchart" class="question-hyperlink">highcharts event handler for StockChart</a></h3> <div class="excerpt">I was looking at http://api.highcharts.com/highstock#chart.events. I want a event handler to capture event when ever there is a change in the date range. This change in the date should be captured for all changes in date. For e.g. when the a button…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/highcharts" class="post-tag grid--cell" title="show questions tagged 'highcharts'" rel="tag">highcharts</a> <a href="../../questions/tagged/eventhandler" class="post-tag grid--cell" title="show questions tagged 'eventhandler'" rel="tag">eventhandler</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 29 '14 at 07:06">asked Dec 29 '14 at 07:06</time> <a href="../../users/2476995/joseph-j-p" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2476995.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Joseph J P" /> </a> <div class="s-user-card--info"> <a href="../../users/2476995/joseph-j-p" class="s-user-card--link">Joseph J P</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">71</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badge">1</li> <li class="s-award-bling s-award-bling__bronze" title="12 bronze badge">12</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-26594520"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/26594520/trouble-raising-events-from-c-to-be-handled-in-c" class="question-hyperlink">Trouble raising events from C++ to be handled in C#</a></h3> <div class="excerpt">I'm trying to write a C#-based WPF application that uses a C++ DLL. The C# application is for the user interface and it has all advantages of WPF. The C++ DLL uses Win32 functions (for example to enumerate windows). Now I want the C++ DLL to raise…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/events" class="post-tag grid--cell" title="show questions tagged 'events'" rel="tag">events</a> <a href="../../questions/tagged/c++-cli" class="post-tag grid--cell" title="show questions tagged 'c++-cli'" rel="tag">c++-cli</a> <a href="../../questions/tagged/eventhandler" class="post-tag grid--cell" title="show questions tagged 'eventhandler'" rel="tag">eventhandler</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 27 '14 at 18:39">asked Oct 27 '14 at 18:39</time> <a href="../../users/2441515/jan-bohm" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2441515.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Jan Böhm" /> </a> <div class="s-user-card--info"> <a href="../../users/2441515/jan-bohm" class="s-user-card--link">Jan Böhm</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">89</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="11 bronze badges">11</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-25436764"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/25436764/how-to-get-all-the-controls-on-a-net-application-dynamically" class="question-hyperlink">How to get all the controls on a .Net Application dynamically?</a></h3> <div class="excerpt">I have been researching from the past couple days on how to write a method in C# that can dynamically get all the controls while clicked on a .Net Application. Most of the examples out there are on buttons that you specify for example ctl.MouseClick…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/winforms" class="post-tag grid--cell" title="show questions tagged 'winforms'" rel="tag">winforms</a> <a href="../../questions/tagged/eventhandler" class="post-tag grid--cell" title="show questions tagged 'eventhandler'" rel="tag">eventhandler</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 21 '14 at 22:11">asked Aug 21 '14 at 22:11</time> <a href="../../users/2055015/noxer2013" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2055015.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Noxer2013" /> </a> <div class="s-user-card--info"> <a href="../../users/2055015/noxer2013" class="s-user-card--link">Noxer2013</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="1 bronze badges">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-24653255"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/24653255/save-data-to-popupmenu" class="question-hyperlink">save data to popupmenu</a></h3> <div class="excerpt">I have a popup-menu that has an option, add own material, and when this is chosen, a pushbutton is enabled that say SAVE. I alose have a bunch of edit-boxes. What I want to do is to make a callback so whenever I click the SAVE, the data from one of…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/matlab" class="post-tag grid--cell" title="show questions tagged 'matlab'" rel="tag">matlab</a> <a href="../../questions/tagged/user-interface" class="post-tag grid--cell" title="show questions tagged 'user-interface'" rel="tag">user-interface</a> <a href="../../questions/tagged/callback" class="post-tag grid--cell" title="show questions tagged 'callback'" rel="tag">callback</a> <a href="../../questions/tagged/popupmenu" class="post-tag grid--cell" title="show questions tagged 'popupmenu'" rel="tag">popupmenu</a> <a href="../../questions/tagged/eventhandler" class="post-tag grid--cell" title="show questions tagged 'eventhandler'" rel="tag">eventhandler</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 09 '14 at 12:06">asked Jul 09 '14 at 12:06</time> <a href="../../users/3796906/user3796906" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3796906.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user3796906" /> </a> <div class="s-user-card--info"> <a href="../../users/3796906/user3796906" class="s-user-card--link">user3796906</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">35</li> <li class="s-award-bling s-award-bling__bronze" title="7 bronze badges">7</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-17865795"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/17865795/on-c-the-mousehover-on-a-picturebox-appear-to-do-nothing-do-i-need-some-kind-o" class="question-hyperlink">On c# the mousehover on a picturebox appear to do nothing.Do i need some kind of eventhandler?</a></h3> <div class="excerpt">I am trying to create a MouseHover event for a pictureBox, but I have had no luck so far: private void pictureBox1_MouseHover(object sender, EventArgs e) { pictureBox1.Image = ArgyroCinema.Properties.Resources.ktz00h07; label1.Text =…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/picturebox" class="post-tag grid--cell" title="show questions tagged 'picturebox'" rel="tag">picturebox</a> <a href="../../questions/tagged/mousehover" class="post-tag grid--cell" title="show questions tagged 'mousehover'" rel="tag">mousehover</a> <a href="../../questions/tagged/eventhandler" class="post-tag grid--cell" title="show questions tagged 'eventhandler'" rel="tag">eventhandler</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 25 '13 at 18:20">asked Jul 25 '13 at 18:20</time> <a href="../../users/2619988/cdrosos" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2619988.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="CDrosos" /> </a> <div class="s-user-card--info"> <a href="../../users/2619988/cdrosos" class="s-user-card--link">CDrosos</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">2,418</li> <li class="s-award-bling s-award-bling__gold" title="4 gold badges">4</li> <li class="s-award-bling s-award-bling__silver" title="26 silver badges">26</li> <li class="s-award-bling s-award-bling__bronze" title="49 bronze badges">49</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-76178507"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/76178507/javafx-help-setting-event-listeners-to-set-variables-and-print-text" class="question-hyperlink">JavaFX: Help setting event listeners to set variables and print text?</a></h3> <div class="excerpt">I am writing a program that is a "sandwich ordering app". Think subway. Bread choice, meat choice, cheese choice, etc. I'm trying to use each type of element (radio buttons, combobox, slider, listview, checkbox, and textfield). I am having trouble…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/javafx" class="post-tag grid--cell" title="show questions tagged 'javafx'" rel="tag">javafx</a> <a href="../../questions/tagged/eventhandler" class="post-tag grid--cell" title="show questions tagged 'eventhandler'" rel="tag">eventhandler</a> <a href="../../questions/tagged/actionevent" class="post-tag grid--cell" title="show questions tagged 'actionevent'" rel="tag">actionevent</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 05 '23 at 02:38">asked May 05 '23 at 02:38</time> <a href="../../users/21821897/torireb" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/21821897.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="torireb" /> </a> <div class="s-user-card--info"> <a href="../../users/21821897/torireb" class="s-user-card--link">torireb</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="2 bronze badges">2</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-75657115"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/75657115/is-the-following-code-in-c-cause-memory-leak-issue" class="question-hyperlink">Is the following code in c# cause memory leak issue?</a></h3> <div class="excerpt">I was wondering if the following code create a memory leak: using System; namespace ConsoleApplicationTest { internal class Program { static void Main(string[] args) { CreateMemoryLeak(); …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/memory-leaks" class="post-tag grid--cell" title="show questions tagged 'memory-leaks'" rel="tag">memory-leaks</a> <a href="../../questions/tagged/eventhandler" class="post-tag grid--cell" title="show questions tagged 'eventhandler'" rel="tag">eventhandler</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 07 '23 at 00:46">asked Mar 07 '23 at 00:46</time> <a href="../../users/2463613/david-lefaivre" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2463613.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="David Lefaivre" /> </a> <div class="s-user-card--info"> <a href="../../users/2463613/david-lefaivre" class="s-user-card--link">David Lefaivre</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">191</li> <li class="s-award-bling s-award-bling__silver" title="3 silver badges">3</li> <li class="s-award-bling s-award-bling__bronze" title="14 bronze badges">14</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-68979129"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/68979129/c-how-do-i-unsubscribe-a-private-method-subscribed-to-an-event-from-it-s-deriv" class="question-hyperlink">c# How do I unsubscribe a private method subscribed to an event from it's derived class?</a></h3> <div class="excerpt">How do we unsubscribe a private method subscribed to an event from it's derived class? For eg: Base Class : class Base1 { public Command Comm; public Base1(){ Comm.OnFailed += DoSomething; } private void DoSomething(Exception…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/delegates" class="post-tag grid--cell" title="show questions tagged 'delegates'" rel="tag">delegates</a> <a href="../../questions/tagged/eventhandler" class="post-tag grid--cell" title="show questions tagged 'eventhandler'" rel="tag">eventhandler</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 30 '21 at 05:05">asked Aug 30 '21 at 05:05</time> <a href="../../users/6851131/santhosh" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/6851131.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Santhosh" /> </a> <div class="s-user-card--info"> <a href="../../users/6851131/santhosh" class="s-user-card--link">Santhosh</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">729</li> <li class="s-award-bling s-award-bling__silver" title="7 silver badges">7</li> <li class="s-award-bling s-award-bling__bronze" title="19 bronze badges">19</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-62282888"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/62282888/how-to-make-evenhandler-work-properly-in-javafx" class="question-hyperlink">How to make EvenHandler work properly in JavaFX?</a></h3> <div class="excerpt">I re-arranged my question so it would be easier. This code should generate Window and I need console output on press of keyboard. Window appears but my EventHandlers doesn't works. import javax.swing.*; import java.awt.*; import…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/swing" class="post-tag grid--cell" title="show questions tagged 'swing'" rel="tag">swing</a> <a href="../../questions/tagged/graph" class="post-tag grid--cell" title="show questions tagged 'graph'" rel="tag">graph</a> <a href="../../questions/tagged/keylistener" class="post-tag grid--cell" title="show questions tagged 'keylistener'" rel="tag">keylistener</a> <a href="../../questions/tagged/eventhandler" class="post-tag grid--cell" title="show questions tagged 'eventhandler'" rel="tag">eventhandler</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 09 '20 at 12:42">asked Jun 09 '20 at 12:42</time> <a href="../../users/13647969/simon-slaby" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/13647969.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Šimon Slabý" /> </a> <div class="s-user-card--info"> <a href="../../users/13647969/simon-slaby" class="s-user-card--link">Šimon Slabý</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">533</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badge">4</li> <li class="s-award-bling s-award-bling__bronze" title="18 bronze badge">18</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/eventhandler_page=51" rel="prev" title="Go to page 51">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/eventhandler_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/eventhandler_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/eventhandler_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/eventhandler_page=53" rel="" title="Go to page 53">53</a> <a class="s-pagination--item" href="../../questions/tagged/eventhandler_page=54" rel="" title="Go to page 54">54</a> <a class="s-pagination--item" href="../../questions/tagged/eventhandler_page=53" rel="next" title="Go to page 53"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>