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: Extend the Windows Form DataGridTextBoxColumn Control to Custom-Format Data (Q318581)
    http://www.kbalertz.com/
    This step-by-step article describes how to extend the Windows Form DataGridTextBoxColumn control so that you can custom-format your data for display and editing in a Windows Form DataGrid.
    HOW TO: Extend the Windows Form DataGridTextBoxColumn Control to Custom-Format Data (Q318581)
    Microsoft Support
    This step-by-step article describes how to extend the Windows Form DataGridTextBoxColumn control so that you can custom-format your data for display and editing in a Windows Form DataGrid.
    HOW TO: Handle Document Events in a Visual Basic .NET Application
    Microsoft Support
    (311284) - This article demonstrates how to catch document events for the WebBrowser control in Visual Basic .NET. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: Microsoft...
    HOW TO: Handle Events for Excel by Using Visual Basic .NET
    Microsoft Support
    (302814) - This step-by-step article describes how to handle Excel events from an Automation client that is developed with Visual Basic .NET. Overview of Event Handling You can construct an event handler with Visual Basic .NET in the following two ways,...
    HOW TO: Handle Events for Excel by Using Visual Basic .NET
    http://www.kbalertz.com/
    (302814) - This step-by-step article describes how to handle Excel events from an Automation client that is developed with Visual Basic .NET. Overview of Event Handling You can construct an event handler with Visual Basic .NET in the following two ways,...
    HOW TO: Handle Multiple Results by Using the DataReader in Visual Basic .NET
    http://www.kbalertz.com/
    (309490) - This article contains a generic function that you can use to process multiple recordsets and other messages that are returned from stored procedures or the execution of batch SQL statements. Description of the Technique ActiveX Data Objects (ADO) can...
    HOW TO: Handle Multiple Results by Using the DataReader in Visual Basic .NET
    Microsoft Support
    (309490) - This article contains a generic function that you can use to process multiple recordsets and other messages that are returned from stored procedures or the execution of batch SQL statements. Description of the Technique ActiveX Data Objects (ADO) can...
    HOW TO: Host a Remote Object in ASP.NET and Use File Authorization to Gain Access to the Object
    Microsoft Support
    (810107) - This step-by-step article describes how to host a remote object in ASP.NET and how to use file authorization to gain access to the object. back to the top Create a Remotable Class Start Microsoft Visual Studio .NET. On the File menu, point to New ,...
    HOW TO: Implement a Managed Component that Wraps the Browse For Folder Common Dialog Box by Using Microsoft Visual Basic .NET
    http://www.kbalertz.com/
    (811004) - This step-by-step article describes how to write a design time component that wraps the Browse For Folder common dialog box.
    HOW TO: Implement Key-Based Dependencies for Data Caching in ASP.NET by Using Visual C# .NET
    http://www.kbalertz.com/
    (308147) - This article demonstrates how to implement data caching by using key-based dependencies in a Microsoft ASP.NET application. The example that is presented in this article creates and inserts a DataSet object into the cache with a dependency set on...
    HOW TO: Invoke the Find, View Source, and Options Dialog Boxes for the WebBrowser Control from Visual C# .NET
    http://www.kbalertz.com/
    This article describes how to invoke the Microsoft Internet Explorer Find , the Internet Options , and the View Source dialog boxes in an application that hosts the WebBrowser control. Warning This sample uses an undocumented command-group GUID that...
    HOW TO: Manage Multilanguage Web Forms Solutions (Q315903)
    http://www.kbalertz.com/
    This article demonstrates how to use an XML data-island and the .NET
    HOW TO: Pass Current Credentials to an ASP.NET Web Service
    http://www.kbalertz.com/
    (813834) - This step-by-step article describes how to pass the user's current credentials to an XML Web service that was created by using ASP.NET. The DefaultCredentials property of the CredentialCache class contains the system credentials of the current...
    HOW TO: Pass Current Credentials to an ASP.NET Web Service
    Microsoft Support
    (813834) - This step-by-step article describes how to pass the user's current credentials to an XML Web service that was created by using ASP.NET. The DefaultCredentials property of the CredentialCache class contains the system credentials of the current...
    HOW TO: Persist an ADO.NET DataSet as XML by Using Visual Basic .NET
    http://www.kbalertz.com/
    (308064) - This article demonstrates how to persist an ADO.NET DataSet object to XML. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: Microsoft Windows 2000 Professional,...
    HOW TO: Persist an ADO.NET DataSet as XML Using Visual Basic .NET (Q308064)
    Microsoft Support
    This article demonstrates how to persist an ADO.NET DataSet object to XML.
    HOW TO: Programmatically Set NTFS File System Folder Permissions by Using Microsoft Visual Basic .NET
    http://www.kbalertz.com/
    (818362) - This article describes how to programmatically set NTFS file systemfolder permissions by using Microsoft Visual Basic .NET.
    HOW TO: Read XML Data into a DataSet by Using Visual Basic .NET
    http://www.kbalertz.com/
    (309702) - This article demonstrates how to read Extensible Markup Language (XML) data into an ADO.NET DataSet object. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: Microsoft...
    HOW TO: Read XML Data into a DataSet by Using Visual Basic .NET
    Microsoft Support
    (309702) - This article demonstrates how to read Extensible Markup Language (XML) data into an ADO.NET DataSet object. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: Microsoft...
    HOW TO: Recursively Search Folders by Using Visual C++ .NET
    http://www.kbalertz.com/
    (307009) - This step-by-step article describes how to recursively search subfolders for files, beginning with a root folder, by using code. This task is known as directory recursion. You can specify a search string so that you can search for files that match a...
    HOW TO: Retrieve and Display Records from an Access Database Using ASP.NET, ADO.NET, and Visual Basic .NET (Q308278)
    http://www.kbalertz.com/
    This article demonstrates how to programmatically retrieve data from a Microsoft Access database and present the data to the user. The sample in this article uses the
    HOW TO: Retrieve and Display Records from an Access Database Using ASP.NET, ADO.NET, and Visual C# .NET (Q308100)
    http://www.kbalertz.com/
    This article demonstrates how to programmatically retrieve data from a Microsoft Access database and present the data to the user. The sample in this article uses the
    HOW TO: Retrieve the DataGrid Row That Is Currently Selected After You Sort, Insert, or Delete DataGrid Rows by Using Visual Basic .NET
    http://www.kbalertz.com/
    (817247) - This step-by-step article describes how to retrieve the DataGrid row that is currently selected after you sort, insert, or delete DataGrid rows. When you sort, insert, or delete DataGrid rows, the currency manager still holds the data in actual...
    HOW TO: Send and Receive Binary Documents by Using an ASP.NET Web Service and Visual C# .NET
    http://www.kbalertz.com/
    (318425) - This step-by-step article shows you how to build a Web service and a Web service client to send and receive binary documents by using Microsoft ASP.NET and Microsoft Visual C# .NET. You can use ASP.NET and Visual C# .NET to build a Web service that...
    HOW TO: Share ASP.NET Pages and User Controls Between Applications by Using Visual C# .NET
    http://www.kbalertz.com/
    (324785) - This step-by-step article describes how to share Microsoft ASP.NET pages (.aspx files) and user controls (.ascx files) between applications by using Microsoft Visual C# .NET. back to the top Requirements Microsoft Windows 2000 Professional, Microsoft...
    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