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
    How To Implement Long Running Tasks in Windows Forms
    DotNetJunkies
    In this tutorial Dave explians how he modified his Rapid Mailer Email Campaign program to send emails asynchronously, without freezing the main windows form, and also allowing the user to cancel the long running email campaign.
    How to Open and Read an Excel Spreadsheet into a ListView in .NET
    C# Corner
    The Interoperability services make it very easy to work with COM Capable Applications such as Word and Excel. You can also refer to my previous article on the topic: Real-time Stock Quotes in Excel using .NET for more information on accessing Excel via .NET.
    How to Pass Managed Objects As a Parameter of a Queued Component
    The Code Project
    To pass an object through a queued component's method call as a parameter, the client passes the object to the COM+ recorder. The recorder marshals the object into an MSMQ message and passes it to the listener. The listener then picks up the message and passes it to the player, the player must re-instantiate the object to dispatch it to the method call specified by the client. This implies that to pass an object as parameter to the queued component, it must be able to marshal by value. Since COM+ does not provide pass-by-value semantics for standard COM objects, we need to implement IPersistStream for the parameter object.
    How to Read and Save Images in a SQL Server Database
    C# Corner
    I thought it would be fun to write a simple program that displayed flashcards from a database and at the same time, show you how to read and write images to the database. This program is a simple flashcard program that talks to a single table in a Sql Server Database.
    How to Read XML files with global.asax
    Edward's Web Developer Site
    This code shows you an example of reading in an XML file on every page view which has information about the user group.
    How To Retrieve Column Names Using A DataReader and DataSet
    DotNetJunkies
    This article demonstrates three ways to retrieve database column names from two ADO.NET database objects - the DataSet and DataReader. In actuallity, you can't access any columns directly from the DataSet - you have to access the individual table that is within the DataSet to retrive the values, so the article actually can be applied to any DataTable.
    How To Retrieve Column Names Using A DataReader and DataSet
    DotNetJunkies
    This article demonstrates three ways to retrieve database column names from two ADO.NET database objects - the DataSet and DataReader.
    How to sum the fields in a Windows Forms DataGrid control and display the calculated totals in a footer by using Visual C# .NET
    http://www.kbalertz.com/
    (842290) - Explains how to calculate the sums of the values in the columns of a Windows Forms DataGrid control and display these sums in a footer. Requires knowledge of Visual C# .NET.
    How to sum the fields in a Windows Forms DataGrid control and display the calculated totals in a footer by using Visual C# .NET
    http://www.kbalertz.com/
    (842290) - Explains how to calculate the sums of the values in the columns of a Windows Forms DataGrid control and display these sums in a footer. Requires knowledge of Visual C# .NET.
    How to sum the fields in a Windows Forms DataGrid control and then display the calculated totals in a footer by using Visual Basic .NET
    http://www.kbalertz.com/
    (836672) - Explains how to calculate the sums of the values in the columns of a Windows Forms DataGrid control and display these sums in a footer. Requires knowledge of Visual Basic .NET.
    How to upload a file to a Web site by using Visual C# .NET
    http://www.kbalertz.com/
    (816150) - Describes how to upload a file by using Visual C# .NET. This article includes sample code.
    How to upload a file to a Web site by using Visual C# .NET
    Microsoft Support
    (816150) - Describes how to upload a file by using Visual C# .NET. This article includes sample code.
    How to use certificates to sign and to verify SignedXml objects by using Visual C# .NET
    http://www.kbalertz.com/
    (320602) - This step-by-step article describes how to use certificates to sign and to verify SignedXml objects. The article describes how to use the platform invoke services in Visual Basic .NET to call Win32 API functions to access certificates in certificate...
    How to Use RegisterClientScriptBlock & RegisterStartupScript
    The Code Project
    Example that will populate states in a dropdown menu related to their respective country
    How to use the AutoEventWireup attribute in an ASP.NET Web Form by using Visual C# .NET
    http://www.kbalertz.com/
    (324151) - This article discusses the locations where the AutoEventWireup attribute can be used, the values that the AutoEventWireup attribute accepts, and how to use the AutoEventWireup attribute effectively in Microsoft ASP.NET Web Forms. AutoEventWireup is an...
    How to use the AutoEventWireup attribute in an ASP.NET Web Form by using Visual C# .NET
    Microsoft Support
    (324151) - This article discusses the locations where the AutoEventWireup attribute can be used, the values that the AutoEventWireup attribute accepts, and how to use the AutoEventWireup attribute effectively in Microsoft ASP.NET Web Forms. AutoEventWireup is an...
    How to use the AutoEventWireup attribute in an ASP.NET Web Form by using Visual C# .NET
    Microsoft Support
    (324151) - This article discusses the locations where the AutoEventWireup attribute can be used, the values that the AutoEventWireup attribute accepts, and how to use the AutoEventWireup attribute effectively in Microsoft ASP.NET Web Forms. AutoEventWireup is an...
    How to use the AutoEventWireup attribute in Visual Basic .NET
    Microsoft Support
    (317690) - This article discusses about how to use the AutoEventWireup attribute effectively in Microsoft ASP.NET Web Forms. AutoEventWireup is an attribute of the @ Page directive. The AutoEventWireup attribute may have a value of true or false . When an...
    How to use the AutoEventWireup attribute in Visual Basic .NET
    Microsoft Support
    (317690) - This article discusses about how to use the AutoEventWireup attribute effectively in Microsoft ASP.NET Web Forms. AutoEventWireup is an attribute of the @ Page directive. The AutoEventWireup attribute may have a value of true or false . When an...
    How to use the AutoEventWireup attribute in Visual Basic .NET
    http://www.kbalertz.com/
    (317690) - This article discusses about how to use the AutoEventWireup attribute effectively in Microsoft ASP.NET Web Forms. AutoEventWireup is an attribute of the @ Page directive. The AutoEventWireup attribute may have a value of true or false . When an...
    How to Use the Web Setup Project Template in Visual Studio .NET
    DotNetJunkies
    In this article, Sun explains how to deploy an ASP .NET Web project using the Web application setup template.
    How to write an application that supports the Fast User Switching feature by using Visual Basic .NET in Windows XP
    http://www.kbalertz.com/
    (841291) - Explains how to enable a Visual Basic .NET application to support the Fast User Switching feature that is available in Windows XP. The code uses the various messages that are received by the application while switching between user sessions.
    How to write an application that supports the Fast User Switching feature by using Visual Basic .NET in Windows XP
    http://www.kbalertz.com/
    (841291) - Explains how to enable a Visual Basic .NET application to support the Fast User Switching feature that is available in Windows XP. The code uses the various messages that are received by the application while switching between user sessions.
    HOW TO: Access an Oracle Database by Using the OleDbDataReader and Visual Basic .NET
    http://www.kbalertz.com/
    (308071) - This article demonstrates how to use the ADO.NET OleDbDataReader class to retrieve data from an Oracle database. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need:...
    HOW TO: Add TreeView drag-and-drop functionality in a Visual C++ .NET application
    Microsoft Support
    (815675) - This step-by-step article describes how to perform a drag-and-drop operation with tree nodes between two TreeView controls in a Visual C++ .NET application. back to the top Requirements The following list outlines the recommended hardware, software,...
    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