Top "Events" questions

An event is a way for a class to provide notifications to listeners when a particular thing happens.

WPF datagrid selected row clicked event ?

I want to execute some code when a a selected row of the WPF DataGrid is double clicked. I know …

wpf events datagrid
Trigger control's event programmatically

Assume that I have a WinFoms project. There is just one button (e.g. button1). The question is: is it …

c# winforms events controls
Delay jquery hover event?

I would like to delay a hover event in jquery. I am reading from a file when user hovers over …

jquery events mouseevent settimeout
Logging Events in a Windows Service Program

I have created a Windows service program and I want my error to strictly be written to the Windows eventLog. …

c# events service logging
How to set global event_scheduler=ON even if MySQL is restarted?

I want to set the event_scheduler global to ON even if MySQL is restarted; how can I achieve this? …

mysql events scheduler
What's the difference between Event Listeners & Handlers in Java?

In general terms of java, there are listeners & handlers for events. I mean I use them unknowingly, just whichever …

java events listener handler
Capture console exit C#

I have a console application that contains quite a lot of threads. There are threads that monitor certain conditions and …

c# .net events console exit
Custom event listener on Android app

I need to set up a simple event listener to refresh a ListView once in a while. The problem is …

android events event-handling listener addeventlistener
Pass extra parameters to an event handler?

Let's say I want to pass some extra data when assigning an event handler. Consider the following code: private void …

c# events callback
How to remove a lambda event handler

Possible Duplicates: Unsubscribe anonymous method in C# How do I Unregister ‘anonymous’ event handler I recently discovered that I can …

c# events event-handling lambda