Monday, July 1, 2019

event handler

good articles on event handler

  1. Practical .NET2 and C#2: Event programming with C#
  2. C# event arguments library
  3. C# Event Implementation Fundamentals, Best Practices and Conventions
  4. this article is very good summary.

  5. Tweaked Events
  6. Step by Step: Event handling in C#
  7. this article needs to read and get solid grasp on it.

  8. Mouse Events
  9. good helper class to be used in my app.

  10. Threadsafe Events
  11. the comment section includes good comments and questions. worthy reading them.

  12. C# Multithreading and Events
  13. Facts and Fallacies of Events in C#
  14. Simplifying Events in .NET
  15. it has good comment section. reading it.

  16. Understanding .NET Delegates and Events, By Practice
  17. Multithreading, Delegates, and Custom Events
  18. How to Safely Trigger Events the Easy Way
  19. Tracing Events Raised by Any C# Object
  20. Yet Another Universal Event Handler
  21. DataGridView Event Sequences
  22. Menu State Handling
  23. Step by Step: Event handling in VB.NET
  24. .NET Shell Extensions - Shell Context Menus
  25. Using a TypeDescriptionProvider to support dynamic run-time properties
  26. How to pass data to worker threads
  27. Event Handling / Generating Basics
  28. Event Chain
  29. EventBroker: a notification component for synchronous and asynchronous, loosly coupled event handling
  30. Weak Events in C#
  31. Event handling in a Gridview User Control
  32. C# event fundamentals and exception handling in multicast delegates
  33. Events and Delegates
  34. Evolving Windows Forms Event Handling With Loosely Coupled Methods
  35. Delegates and Events
  36. How a C++ compiler implements exception handling
  37. Debug Tutorial Part 5: Handle Leaks
  38. Events in C#
  39. Events Made Simple
  40. Learning C# (Day 9): Understanding Events in C# (An Insight)
  41. Learning C# (Day 10): Delegates in C# (A Practical Approach)
  42. Learning C# (Day 11): Events in C# (A Practical Approach)
  43. Learning C#: Custom Collection Classes in C#
  44. this Akhil has lot of articles and can take a look at it.

  45. The Simplest C# Events Example Imaginable
  46. Raising Events, Event Handlers, and the Use of Delegates
  47. Events for Confused Beginners
  48. Application Event Handler for WinForms
  49. Power of Visual Inheritance in .NET – “Best”
  50. A behavior study of Windows form events
  51. Immediate display of WinForms using the Shown() event
  52. The .NET weak event pattern in C#
  53. ScrollableControl with Scroll Events
  54. Generic List of Mutable Objects with Events
  55. Event Aggregator with Specialized Listeners
  56. Delegates 101 - Part IV: Event Handling
  57. very good tech blogs from this writer

  58. Complete Class of Events
  59. Event Handler Made Simple
  60. .NET Weak Events for the Busy Programmer
  61. Targeting Design-Time Events of User Controls
  62. Events and Delegates Simplified
  63. Delegates and Events - Internals
  64. Event Like Processing for Properties
  65. How to route events in a Windows Forms application
  66. Implementing an event which supports only a single event handler, in C#
  67. Event Delegates in Simple English (Really, it's that simple)
  68. Common Capturing of GUI Events
  69. Generating Missing Paint Event for TreeView and ListView Controls
  70. A Simple Method for Handling Multiple Clicking on Windows Forms Controls
  71. Custom Event Handlers
  72. Raising Events from Other Threads
  73. Delegates and their role in Events in C# .NET
  74. Mocking Event Handlers
  75. How to handle custom node state images in a TreeView (e.g. tristate checkboxes)
  76. Basic Events Out Of The Box
  77. Simple effective Weak Event Dispatcher in C#
  78. C# Lectures - Lecture 5:Events, Delegates, Delegates Chain by C# example
  79. Simplest event delegate ever
  80. How to Create a Custom Jumplist with Custom Events in Windows Forms
  81. Asynchronous method calling using events and delegate
  82. Delegates, events, and namespaces using C#
  83. Directory Analysis with Custom Events and Threading
  84. SmartLists - Extended Lists with Events
  85. Building a Class that Raises Events in a Specific or UI Thread
  86. 6 important uses of Delegates and Events

No comments:

Post a Comment