Echo JS
- delegate-to - DOM Event delegate https://github.com/rwu823/delegate-to 5 comments
- AngularJS event delegation service http://twofuckingdevelopers.com/2015/01/angularjs-event-delegation-service/ 2 comments
Hacker News
- Google open-sources JsAction, a JavaScript event delegation library https://github.com/google/jsaction 44 comments
- Gator.js - simple event delegation in ~800 bytes http://craig.is/riding/gators 7 comments
- Eve.js - A microframework for event delegation http://evejs.com/ 2 comments
- Null reference on Delegate event call https://pastebin.com/dVZcnWVB 4 comments unity3d
- [Stand up to Jewish Hate] Robert Kraft and his delegation, which included @meekmill, walked from Auschwitz to the Birkenau Concentration Camp in front of 10,000 others. Kraft also participated in events commemorating the 80th anniversary of the Warsaw Ghetto Uprising. #StandUpToJewishHate #🟦 https://twitter.com/standup2jewhate/status/1648436101324087297?s=46&t=lTmL_PCJ-kA0LtqR3agPuw 316 comments nfl
- Moscow Urges Washington to Issue Visas to Russian Delegation to UN Events https://www.tasnimnews.com/en/news/2023/04/13/2879349/moscow-urges-washington-to-issue-visas-to-russian-delegation-to-un-events-envoy 34 comments europe
- Saudi Arabia denies visas to Israeli delegates at UN event https://www.jpost.com/israel-news/article-734102 18 comments worldnews
- France sends delegation to Ukraine to investigate events in Bucha https://apa.az/en/europe/france-sends-delegation-to-ukraine-to-investigate-events-in-bucha-photo-373148 11 comments worldnews
- Events & Delegates in Unity. Create decoupled, extensible workflows. https://youtu.be/6NRqwL3N5Go 5 comments gamedev
- I had always assumed there was a lot of magic behind C# events but they're actually really simple. Most of the functionality comes from function delegates and the event keyword is just the last piece of the puzzle. This video lays out exactly how they work and what all the syntax means. https://youtu.be/gSwGta2cJ_Y 8 comments gamedev
- Back to Basics: Event Delegation https://christianheilmann.com/2020/11/01/back-to-basics-event-delegation/ 5 comments javascript
- React 17 delegates events to root instead of document https://blog.bigbinary.com/2020/09/29/react-17-delegates-events-to-root-instead-of-document.html 5 comments reactjs
- React 17 delegates events to root instead of document https://blog.bigbinary.com/2020/09/29/react-17-delegates-events-to-root-instead-of-document.html 9 comments javascript
- A Simple Explanation of Event Delegation in JavaScript https://dmitripavlutin.com/javascript-event-delegation/ 10 comments javascript
- Mediator Pattern C# - The Mediator pattern in C# enables objects to communicate, without knowing each other’s identities. This communication is implemented in Mediator using delegates and events. In this article, you'll learn how to implement the Mediator pattern in C#. https://kudchikarsk.com/mediator-pattern-csharp/ 22 comments csharp
- Need help with C# Events, Delegates etc https://www.reddit.com/r/learnprogramming/comments/8we5y8/need_help_with_c_events_delegates_etc/ 3 comments learnprogramming
- Trump administration holds pro-coal event at Bonn climate conference: Rather than presenting a strategy for meeting the goals of the Paris climate agreement, the Trump administration’s delegation to the United Nations’ climate conference in Bonn is using the talks to promote the U.S. coal industry. https://thinkprogress.org/white-house-promotes-coal-in-bonn-e839e65fc410/ 54 comments worldnews
- Things I didn't know about C# Part 1: Events vs. Delegates https://youtu.be/el-kKK-7SBU 20 comments csharp
- Delegate & Event slow/delay randomly http://stackoverflow.com/questions/42898927/delegates-event-listener-slow-delay-randomly 7 comments csharp
- Very easy C# question about delegate event system ( I have studied!) https://www.reddit.com/r/learnprogramming/comments/5l5ycn/very_easy_c_question_about_delegate_event_system/ 2 comments learnprogramming
- [C#] Why use the observer pattern over delegates, or events? https://www.reddit.com/r/learnprogramming/comments/4ypczk/c_why_use_the_observer_pattern_over_delegates_or/ 4 comments learnprogramming
- Anil Vij, part of the delegation that cost one crore INR, skips events and spent most of his Tuesday at his beach hotel http://scroll.in/latest/814218/on-rs-1-crore-trip-to-olympics-haryana-minister-skips-the-events-he-was-supposed-to-attend 23 comments india
- [C#] Not sure if I did delegate and events right? https://www.reddit.com/r/learnprogramming/comments/4mvoc9/c_not_sure_if_i_did_delegate_and_events_right/ 3 comments learnprogramming
- Generic, type-safe delegates and events in C++ http://blog.molecular-matters.com/2011/09/19/generic-type-safe-delegates-and-events-in-c/ 11 comments programming
- Women at a national student event have been asked to use jazz hands instead of clapping. The NUS Women's Campaign tweeted: "Some delegates are requesting that we move to jazz hands rather than clapping, as it's triggering anxiety. Please be mindful." http://www.bbc.co.uk/newsbeat/32032291 10 comments worldnews
- JsAction: A JavaScript event delegation framework https://github.com/google/jsaction 6 comments javascript
- [C#] Delegates and Events help. http://pastebin.com/Uqs8rRjB 5 comments learnprogramming
- The local Tea Party held a fund-raiser which featured 4 decorated Marine veterans and a State Delegate as speakers. This is the picture the paper chose to highlight the event. http://journal-news.net/photos/news/md/563394_1.jpg 6 comments politics
- The US and other Western delegations at the UN General Assembly walk out in protest as Iranian President Mahmoud Ahmadinejad questions the events of 9/11. http://wn.com/president_mahmoud_ahmadinejad_at_the_un 287 comments worldnews
- The secretive meetings will be attended by world leaders, finance ministers, central bank governors, along with thousands of other delegates. It will be the largest security event in Canadian history exceeding the Vancouver Winter Olympics. http://www.noonehastodietomorrow.com/agenda/policestate/2222 3 comments worldnews
- Prototype 1.7 RC1: Sizzle, layout/dimensions API, event delegation, and more http://prototypejs.org/2010/4/5/prototype-1-7-rc1-sizzle-layout-dimensions-api-event-delegation-and-more 13 comments javascript
- Delegates And Events In C# - In C#, delegates from the basic building blocks for events. This post explains the implementation detail of Delegates and Events in C# .NET. https://codewithshadman.com/delegates-and-events-in-csharp/ 4 comments dotnet
- Publish-Subscribe or Pub-Sub is a design pattern that allows loose coupling between the application components. This post explains the implementation detail of Pub-Sub using Delegates, EventHandlers and Event keyword in C#. https://codewithshadman.com/publish-subscribe-design-pattern-in-csharp/ 5 comments dotnet
- In C#, delegates from the basic building blocks for events. This post explains the implementation detail of Delegates and Events in C# .NET. https://kudchikarsk.com/delegates-and-events-in-csharp/ 29 comments csharp
- China praises state TV reporter for 'slapping a Tory' at party conference - Kong Linlin, a nationalist reporter for China Central Television (CCTV), had earlier disrupted an event about political freedoms in the former British colony Hong Kong, and was eventually asked by delegates and MPs to leave. https://www.independent.co.uk/news/uk/politics/china-journalist-slapped-tory-conservative-party-conference-kong-linlin-arrest-a8566126.html 7 comments worldnews
- Publish-Subscribe or Pub-Sub is a design pattern that allows loose coupling between the application components. This post explains the implementation detail of Pub-Sub using Delegates, EventHandlers and Event keyword in C#. https://kudchikarsk.github.io/publish-subscribe-design-pattern-in-csharp 8 comments csharp
- Several hundred Republican delegates are organizing to oppose Trump at the convention. That's not enough delegates to topple Trump. But it's more than enough to create turmoil at an event that is typically used to bring a political party together in support of a presidential candidate. http://hosted.ap.org/dynamic/stories/u/us_gop_2016_dump_trump?site=ap&section=home&template=default 14 comments politics
- [Fitzgerald] The Arizona Diamondbacks have sent delegations on fact-finding missions to Vancouver twice in the last two years, including one visit to determine the viability of hosting games at B.C. Place Stadium in the event of a structural emergency with its home venue. https://theathletic.com/1609342/2020/02/26/why-officials-from-a-major-league-baseball-franchise-visited-vancouver/ 131 comments baseball