Events Articles

C# Events And Interfaces

Here is the simple C# code which makes use ofthe concepts of Events and Interfaces together. This is a simpleWindows form which contains a textbox, labels and a button. The textbox receives the focus on page load. The keydown events of thetextbox are captured and whenever any of the arrow keys is pressed, anEvent is [...]

Read more

Handling Events In C#

Events provide a very powerful (andconvenient) means for interprocess communication. They are particularly useful when changes in the operating environment require immediate response from concerned software modules. When we click on a button in a dialog box, for instance, an event is generated that tells the underlying program to take appropriate action. However, it is [...]

Read more
  • Page 2 of 2
  • <
  • 1
  • 2