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: Automate Microsoft Access from Visual C# .NET
    http://www.kbalertz.com/
    (317114) - This article demonstrates how to automate Microsoft Access from Microsoft Visual C# .NET. The topics and the sample code show you how to do the following: Open a database in Access. Print or preview an Access report. Show and edit an Access form....
    HOW TO: Automate Microsoft Access from Visual C# .NET
    Microsoft Support
    (317114) - This article demonstrates how to automate Microsoft Access from Microsoft Visual C# .NET. The topics and the sample code show you how to do the following: Open a database in Access. Print or preview an Access report. Show and edit an Access form....
    HOW TO: BETA: Call SQL Server Stored Procedures in ASP.NET (Q306574)
    Microsoft Support
    This article demonstrates how to use ASP.NET and ADO.NET to create and call a Microsoft SQL Server stored procedure with an input parameter and an output parameter.
    HOW TO: Bind a DataGrid Control to an Array of Objects or Structures by Using Visual Basic .NET
    http://www.kbalertz.com/
    (315784) - This step-by-step article describes how to bind an array of objects to a DataGrid control. The example consists of a Windows form with a DataGrid control to display object property values, and four command buttons to browse the rows of the DataGrid...
    HOW TO: Call SQL Server Stored Procedures in ASP.NET by Using Visual Basic .NET
    Microsoft Support
    (306574) - This article demonstrates how to use ASP.NET and ADO.NET with Visual Basic .NET to create and to call a Microsoft SQL Server stored procedure with an input parameter and an output parameter. The code sample in this article first checks whether the...
    HOW TO: Call SQL Server Stored Procedures in ASP.NET by Using Visual C# .NET
    Microsoft Support
    (320916) - This article demonstrates how to use ASP.NET and ADO.NET with Visual C# .NET to create and to call a Microsoft SQL Server stored procedure with an input parameter and an output parameter. The code sample in this article first checks whether the stored...
    HOW TO: Call SQL Server Stored Procedures in ASP.NET by Using Visual C# .NET
    http://www.kbalertz.com/
    (320916) - This article demonstrates how to use ASP.NET and ADO.NET with Visual C# .NET to create and to call a Microsoft SQL Server stored procedure with an input parameter and an output parameter. The code sample in this article first checks whether the stored...
    HOW TO: Call SQL Server Stored Procedures in ASP.NET by Using Visual J# .NET
    Microsoft Support
    (320622) - This article demonstrates how to use ASP.NET and ADO.NET with Visual J# .NET to create and to call a Microsoft SQL Server stored procedure with an input parameter and an output parameter. The code sample in this article first checks whether the stored...
    HOW TO: Create a File-Compare Function in Visual Basic .NET (Q320346)
    Microsoft Support
    This step-by-step article demonstrates how to compare two files to see if their contents are the same. This comparison looks at the contents of the two files, not at the file names, locations, dates, times, or other attributes.
    HOW TO: Create a SQL Server Database Programmatically by Using ADO.NET and Visual Basic .NET
    http://www.kbalertz.com/
    (305079) - Programmers often need to create databases programmatically. This article describes how to use ADO.NET and Visual Basic .NET to programmatically create a Microsoft SQL Server database. Steps to Create the Sample Create a new Visual Basic .NET Windows...
    HOW TO: Create a SQL Server Database Programmatically by Using ADO.NET and Visual J# .NET
    Microsoft Support
    (320628) - Programmers must frequently create databases programmatically. This step-by-step article describes how to use ADO.NET and Visual J# to programmatically create a Microsoft SQL Server database. Steps to Create the Sample Create a new Visual J# Windows...
    HOW TO: Create a SQL Server Database Programmatically by Using ADO.NET and Visual J# .NET
    http://www.kbalertz.com/
    (320628) - Programmers must frequently create databases programmatically. This step-by-step article describes how to use ADO.NET and Visual J# to programmatically create a Microsoft SQL Server database. Steps to Create the Sample Create a new Visual J# Windows...
    HOW TO: Create an ASP.NET HTTP Module Using Visual C# .NET (Q307996)
    Microsoft Support
    This step-by-step article demonstrates how to use Visual C# .NET to create a simple, custom HTTP module. This article demonstrates how to create, deploy, and configure the module, as well as how to hook up an event for the module in the Global.asax file.
    HOW TO: Create an Excel Macro by Using Automation from Visual Basic .NET
    Microsoft Support
    (303871) - This step-by-step article describes how to automate Microsoft Excel from Microsoft Visual Basic .NET to create a workbook that contains a new macro that is associated with a CommandBar button. Steps to Create the Sample Visual Basic .NET Application...
    HOW TO: Create Custom Error Reporting Pages in ASP.NET by Using Visual C# .NET
    http://www.kbalertz.com/
    (306355) - This article describes how to use Visual C# .NET code to trap and respond to errors when they occur in ASP.NET. ASP.NET has improved the error handling options from traditional Microsoft Active Server Pages (ASP). In ASP.NET, you can handle errors at...
    HOW TO: Create Custom Error Reporting Pages in ASP.NET by Using Visual C# .NET
    Microsoft Support
    (306355) - This article describes how to use Visual C# .NET code to trap and respond to errors when they occur in ASP.NET. ASP.NET has improved the error handling options from traditional Microsoft Active Server Pages (ASP). In ASP.NET, you can handle errors at...
    HOW TO: Create Custom Error Reporting Pages in ASP.NET Using Visual Basic .NET
    http://www.kbalertz.com/
    (308132) - This article describes how to use Visual Basic .NET code to trap and respond to errors when they occur in ASP.NET. ASP.NET has improved the error handling options from traditional Microsoft Active Server Pages (ASP). In ASP.NET, you can handle errors...
    HOW TO: Determine Browser Type in Server-Side Code Without the BrowserType Object in ASP.NET (Q306576)
    http://www.kbalertz.com/
    This step-by-step article demonstrates how to determine the client browser type in server-side code without using the
    HOW TO: Determine the Browser Version in ASP.NET
    http://www.kbalertz.com/
    (311281) - This article describes how to determine the Web browser version in ASP.NET. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: Visual Studio .NET Microsoft Internet...
    HOW TO: Do Basic File I/O in Visual Basic .NET (Q304427)
    http://www.kbalertz.com/
    The step-by-step procedure that is outlined in this article demonstrates how to do six basic file input/output (I/O) operations in Visual Basic .NET. If you are new to .NET, you will find that the object model for file operations in .NET is
    HOW TO: Dynamically add a control without hard coding the control type in Visual C++ .NET
    Microsoft Support
    (815779) - This step-by-step article describes how to dynamically add a control to a form in Microsoft Visual C++ .NET 2003, and how to respond to the events of the control. This article describes how to use the Assembly method of the Form type object to...
    HOW TO: Dynamically Create Controls in ASP.NET with Visual Basic .NET
    http://www.kbalertz.com/
    (317515) - This step-by-step article describes how to dynamically create controls for an ASPX Web page. The sample project does the following: It creates two TextBox controls. It verifies that the TextBox contents (TextBox.text) and attributes are saved across...
    HOW TO: Dynamically Create Controls in ASP.NET with Visual Basic .NET
    Microsoft Support
    (317515) - This step-by-step article describes how to dynamically create controls for an ASPX Web page. The sample project does the following: It creates two TextBox controls. It verifies that the TextBox contents (TextBox.text) and attributes are saved across...
    HOW TO: Dynamically Page through a Large Result Set in ASP.NET by Using SQL Server Stored Procedures in Visual C# .NET
    Microsoft Support
    (829142) - This step-by-step article describes how to use SQL stored procedures to dynamically page through a large result set in Microsoft ASP.NET. back to the top Methods of Implementation There are three main paging techniques that you can use in ASP.NET to...
    HOW TO: Dynamically Page through a Large Result Set in ASP.NET by Using SQL Server Stored Procedures in Visual C# .NET
    http://www.kbalertz.com/
    (829142) - This step-by-step article describes how to use SQL stored procedures to dynamically page through a large result set in Microsoft ASP.NET. back to the top Methods of Implementation There are three main paging techniques that you can use in ASP.NET to...
    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