System.EventArgs Class
Information   Base Types   Related Resources

EventArgs is the base class for classes containing event data.

  • Namespace: System
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: mscorlib.dll

  • System.Object
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (890)Discussions (11139)MembersRotorChanges
    Articles

    Page: 1234567891011121314151617181920
    21222324252627282930313233343536
    COM+ and .NET - A practical approach - Part 3
    The Code Project
    A look at COM+ and .NET
    COM+ Subscription Viewer
    The Code Project
    This sample shows how to retrieve a subscriptions registered in the Event System store using C#.
    Common .NET Libraries for Developers
    MSDN
    Identifies and defines many of common namespaces that you will use when developing .NET applications, and provides examples of the most common classes and methods in those namespaces.
    Comparing System.Xml in Visual Studio .NET to Microsoft.XMLDOM in Visual Studio 6.0
    MSDN
    Describes the DOM parser in Microsoft Visual Studio .NET and how to work with XML documents within the Microsoft .NET Framework. This article also explains the differences between the Visual Studio .NET DOM parser and Microsoft Visual Studio 6.0 Microsoft.XMLDOM.
    Confirm Delete Inside a System.Web.UI.WebControls.DataGrid Control
    ASP Alliance
    One of the frequently asked questions over at AspFriends.com is "How can I show an alert box when a user tries to delete a row in a DataGrid?". This article answers that question.
    Connecting to an ODBC Source Through ADO.NET
    DotNetJunkies
    Ljubomir walks you through how to create a connection using the ODBC .NET Data Provider.
    Connecting to Databases the ASP.NET Way
    DotNetJunkies
    This article demonstrate how to connect to databases using the three .NET Data Providers - SQL, OleDb, and ODBC - It has contains a page that demonstrates a performance comparison between the three and links to other performance comparisons.
    Consume Horoscope Web Service in VS.NET
    Master C#
    I was recently browsing some news groups and found that people were finding it very difficult to consume Web Services from the Visual Studio.NET IDE. So I sat down to write up a tutorial to help you people.
    Consuming .NET Web Services On Pocket PC - Part 1
    The Code Project
    An article on Consuming web Service on PocketPC
    Consuming an XML Web Service
    DotNetJunkies
    An XML Web Service consumer is an application that invokes the methods of an XML Web Service made available by a provider; the consumer feeds on the data derived from the XML Web Service provider. A consumer application may be another Web application, XML Web Service, Windows desktop application, or any other type of application with access to the XML Web Service using HTTP.
    Consuming an XML Web Service
    DotNetJunkies
    An XML Web Service consumer is an application that invokes the methods of an XML Web Service made available by a provider; the consumer feeds on the data derived from the XML Web Service provider. A consumer application may be another Web application, XML Web Service, Windows desktop application, or any other type of application with access to the XML Web Service using HTTP.
    convert Arabic Number to equivalent Arabic text
    The Code Project
    convert Arabic Number to equivalent Arabic text
    Converting a DataReader to a DataTable
    DotNetJunkies
    In this article I'll demonstrate how to make a helper function that takes DataReader object as a parameter and returns a fully populated DataTable object with all the data from the DataReader in it.
    Coping with a New Beta - Connecting to Databases
    DotNetJunkies
    With the .NET Framework Beta 2 the ADO.NET Managed Providers changed quite a bit. In this tutorial you will learn how to connect to both a SQL Server 7.0/2000 database and an Access 2000 database using the SQL Managed Provider, and the ADO.NET Managed Provider. I will show you how the code has changed from Beta 1 to Beta 2.</
    Coping with a New Beta - Data Server Control Templates and Editing
    DotNetJunkies
    The .NET Framework Beta 2 has many changes that will break applications written in Beta 1. Among these changes is the templates used in Data Server Controls, such as the DataGrid and DataList. These are simply syntax changes in how templates are used, not programmatic breaks. In this tutorial you will learn how to use Data Server Control templates. Heck, since it’s a Friday I’ll also show you how to do DataGrid editing at the same time. The downloadable sample code for this article contains files in both Vi
    Coping with a New Beta - DataSetCommand to DataAdapter
    DotNetJunkies
    In ASP.NET Beta 1 we all got very used to using the DataSetCommand (SQLDataSetCommand or ADODataSetCommand). With the release of Beta 2 we have a little relearning to do. In this tutorial you will learn how to use the DataAdapter, the Beta 2 equivalent of the DataSetCommand. The downloadable sample code is in both C# and Visual Basic.NET
    Create and maintain a links page using XML as the datasource
    http://www.swartzentruber.net/
    I wanted to play around with the idea of using an XML document to store a group of links. This XML document is read into an ADO.NET dataset table for the purpose of rendering in a datagrid or other databound control.
    Creating a .NET assembly in C#
    C#Today
    In this article, Dinar Dalvi looks at assemblies in detail. He guides us as we learn about writing assemblies, signing them, adding them to the global cache, and how to write applications that use these assemblies. Along the way, he goes into detail about every aspect of assemblies.
    Creating a .NET Windows Installer - Part 1
    C#Today
    If you're developing an application that you want to distribute to multiple users (or sell as package) you need a convenient, automated approach. Visual Studio .NET provides this with its native support for Windows Installer (MSI) projects. These projects can be used to make setup programs that selectively copy files, create shortcuts and registry settings, and incorporate user input.
    Creating a .NET Windows Installer - Part 2
    C#Today
    In the first part of this series, Matthew MacDonald described how to create a simple setup program with Visual Studio .NET that could copy .NET runtime files, configure the registry, retrieve user information, and apply simple serial key validation. In this second article, he considers some more advanced techniques, and examine how they might be used in a database-based incident logging application. Some of the techniques covered include registering a custom file type, using launch conditions and using a custom add-in application to perform additional setup tasks.
    Creating a custom DataGridColumnStyle in C#
    C#Today
    The .NET framework provides many unique controls like the DataGrid, which is a data bound list control that displays the items from a data source in a table. The DataGrid is the most powerful and flexible control in the .NET toolbox. In this article, Chad DePue takes a look at one aspect of the DataGrids flexibility, by creating a custom column. The DataGrid provides two types of columns for free, the DataGridTextBoxColumn and the DataGridBoolColumn, but there are many types of data that wont fit into either of these two column types. In the example given, we want to search a directory for icon (.ICO) files and display each icon as a row in the DataGrid. Neither of the existing column styles will do this for us, so we create our own.
    Creating a DataBound List of Radio Buttons
    4Guys from Rolla
    A common task Web developers face is creating a form element (such as a series of checkboxes, radio buttons, or a listbox) whose members are populated by the contents of a database table. This is quite possible (and quite easy) to accomplish with ASP.NET In fact, in a previous article (Creating Databound DropDown Lists in ASP.NET), we examined how to create a databound listbox. In this article, we'll examine how to create a series of radio buttons whose values are automagically populated from a database table! We'll also look at how to respond to the user selecting a particular option and showing more detailed information based upon the radio button selected.
    Creating a Details Popup Window Grid in a DataGrid
    DotNetJunkies
    In this article, Donny walks through an example illustrating how to make a HyperLinkColumn in a DataGrid spawn events that would pop up a new window with details of the row that the user clicked on.
    Creating a Details Popup Window Grid in a DataGrid
    DotNetJunkies
    This articles topic came from the suggestion of a true DotNetJunkie. He originally sent an email to us asking for an example illustrating how to make a HyperLinkColumn in a DataGrid spawn events that would pop up a new window with details of the row that the user clicked on. Before we could anwser his email he had already emailed us back explaining that he had found a way to do it and suggested a tutorial of his discovery. So, here it is!
    Creating a Flexible Sorting Procedure Using IComparators and the QuickSort Algorithm
    C#Today
    There are many cases where a sorting functionality is needed for an application. For simple applications, this sorting is done on arrays containing simple value objects such as integers or strings. However, most applications have custom classes and data structures specifically designed and implemented for that application. As such, it is difficult to create a sorting procedure that can be reused in both the simple and the more complex application. The solution that is the use of a standard sorting algorithm along with a comparator class, and John Schenken takes a look at this in his article. The sorting algorithm is written just like normal, except that instead of doing direct comparisons, the comparator object is used to return the result of a comparison.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com