Related resources for event argument
  • Various Types of Hidden Fields in .NET12/3/2020 6:12:47 AM. This article explains various hidden fields created by the .NET runtime while rendering a page and during the postback mechanism.
  • Passing Data Between Windows Forms5/19/2012 1:10:15 AM. This article provides a simple example of using delegates and events to transfer data between Windows forms. The example provided contains three separate forms; the main form interacts with the other two forms by responding to events generated by instances of the other two forms.