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
    Discussions

    Page: 1234567891011121314151617181920
    2122232425262728293031323334353637383940
    4142434445464748495051525354555657585960
    6162636465666768697071727374757677787980
    81828384858687888990919293949596979899100
    101102103104105106107108109110111112113114115116117118119120
    121122123124125126127128129130131132133134135136137138139140
    141142143144145146147148149150151152153154155156157158159160
    161162163164165166167168169170171172173174175176177178179180
    181182183184185186187188189190191192193194195196197198199200
    201202203204205206207208209210211212213214215216217218219220
    221222223224225226227228229230231232233234235236237238239240
    241242243244245246247248249250251252253254255256257258259260
    261262263264265266267268269270271272273274275276277278279280
    281282283284285286287288289290291292293294295296297298299300
    301302303304305306307308309310311312313314315316317318319320
    321322323324325326327328329330331332333334335336337338339340
    341342343344345346347348349350351352353354355356357358359360
    361362363364365366367368369370371372373374375376377378379380
    381382383384385386387388389390391392393394395396397398399400
    401402403404405406407408409410411412413414415416417418419420
    421422423424425426427428429430431432433434435436437438439440
    441442443444445446
    Please Help im going Crazy on this one (VIP replies)
    microsoft.public.dotnet.languages.vb
    Hi Group, Im trying to Format some coloums on my Datagrid so that only 3 Coloums are show out of the 20 in my Dataset, I just carn t for the life of me get it to work, i ve looked everywhere for info but with no joy. Does anybody have any example code links? or even better project links? here is my following Code if anybody can help me with this please Many thanks Si Private Sub frmContracts Load(...
    Please help me with my lost UDP packets (VIP replies)
    microsoft.public.dotnet.framework.compactframework
    I'm new to the Compact Framework and C# but have been programming for years, but not on small devices. I have written a program running on Dell Axim that receives UDP packets. that was converted from java using the tool provided by Microsoft. It creates a TextBox to display messages (like "packet received" etc) and a button. When the button is pressed the program listens for UDP packets on port 51...
    please help with file access and security issues (VIP replies)
    microsoft.public.dotnet.security
    Greetings I am very new to .NET and I am having some security issues with file access. I have created a small .dll file to read in some binary files and create some integer arrays from the data. Everything works fine on my machine. I emailed it out to be tested on another machine in one of our other labs and he is getting the following error even though he is the local admin for the machine and th...
    PLEASE HELP! a problem with complex data types and web services (VIP replies)
    microsoft.public.dotnet.framework.webservices
    I have the wsdl below and I am trying to create a client application to communicate with the web service. However I always get the following error in vs.net "Value of type 'sptest.DocumentURLs' cannot be converted to '1 dimensional array of sptest.DocumentURLs" Please any help would be appreciated here is my code that I am trying to access the web service with: Public Sub button click(ByVal sender...
    Please Help! Arraylist of structures (VIP replies)
    microsoft.public.dotnet.languages.vb
    I have a form with a 2 textboxes and a listbox, The data is read in by a file called "memberphones" The listnbox lists names in this way (lastname,first name) sorted by the last name. the textboxes have the "lastname,first name" and the phone in the other one. Now I am stumpped about how to write the instrucution to modify a record of the arraylist. here is the whole code. Imports Microsoft.Visual...
    Please Help! Arraylist of structures(2) (VIP replies)
    microsoft.public.dotnet.languages.vb
    I recently wrote this code, it lists the account numbers but the textboxes are empty what is the problem? I can't seem to get it. Dim trans counter As Integer Dim trans read() As String Do trans read fv.ReadLine.Split(","c) transaction.amount trans read(0) transaction.type Convert.ToString(trans read(1)) transaction.number trans read(2) array.Add(transaction) trans counter 1 Loop Until fv.Peek 1 R...
    Please Help! How to identify which button was clicked? (VIP replies)
    microsoft.public.dotnet.framework.aspnet
    Hi all and thanks in advance, I am stuck! I can't figure out how to identify which button was clicked on my ASP.NET page in the PostBack event? So what I am trying to do is to is to have an if statement like as follows in the PageLoad: private void Page Load(object sender, System.EventArgs e) { if (!Page.IsPostBack) { //do something here } else { if (btnSave.clicked) //do something here else //do ...
    Please Help. Questions about SQL in web form (VIP replies)
    microsoft.public.dotnet.framework.adonet
    Questions are at the end. I am developing an ASP.NET web form and I have some questions about how to properly use the SQLDataAdapter and Dataset objects. When the application is started, the user is presented with a search form. The txtSearchDate.text and DropDownList1.selecteditem.text are used as search criteria. The user enters a date in txtSearchDate and selects an agent from a dropdown. Then ...
    Please help... (VIP replies)
    microsoft.public.dotnet.framework.adonet
    Hi, I would like to have my web connect to a SQL Server and display data on a web form. My question is if a Social Security Number is not is the database, error occurs... what should i do... thanks %@ Page Language "VB" debug "true" ContentType "text/html" ResponseEncoding "iso 8859 1" % %@import namespace "system.data"% %@import namespace "system.data.oledb"% %@import namespace "system.data.sqlcl...
    Please help... (VIP replies)
    microsoft.public.dotnet.general
    Hi, I am very new to .Net I want to connect to SQL Server display data on the web with the following code, but the problem is if I key in a Social Security Number which is not in the SYstem, error occur... what should i DO, thanks, thanks, thanks, %@ Page Language "VB" debug "true" ContentType "text/html" ResponseEncoding "iso 8859 1" % %@import namespace "system.data"% %@import namespace "system....
    Please help..... (VIP replies)
    microsoft.public.dotnet.framework.windowsforms
    Hi, Could you please take a look and tell me what this means? Cor has tried to help me, but we haven't found it yet. Everytime I run this code, I get an exception error. Here is my code: Dim connStr As String "Provider Microsoft.JET.OLEDB.4.0;data source " & Me.txtFile.Text Dim SQLstr As String "SELECT * FROM sitelist" Dim cn As New OleDb.OleDbConnection(connStr) Dim da As New OleDb.OleDbDataAdapt...
    Please Tell me what Am I doing wrong... Please (VIP replies)
    microsoft.public.dotnet.languages.vb
    Hi, I have a question, and please I need a answer. How can I finalize a thread running with Application.Run (I need the message loop!!!) without call Thread.Abort?. I want to call Application.ExitThread in the same thread that it is running. So, This is my example and I don't know why WaitProc methods runs on different thread. I'm sending the source code, it is really a very simple source code. 1)...
    Please Urgent - Update Data Source Problem ? (VIP replies)
    microsoft.public.dotnet.framework.compactframework
    I'm facing problem to update the data source after I make changes to the data table. I try to call DataAdapter.Update() to transmit the changes cached in DataSet to the database, but it didn't work ??? Can any one help me ??? Bekow are the full program can anyone please kind to check for me, I've been try to solve this problems more than 5 days Thankssssssss...very.....very much using System; usin...
    Pls Help....URGENT (VIP replies)
    microsoft.public.dotnet.framework.compactframework
    How can I run another VB.net application from within a VB.net application
    PMT Function (VIP replies)
    microsoft.public.dotnet.languages.vb
    Having problems getting the PMT function working. I'm new to programming, and I read the tech notes On how to set up. But it still doesn't work. Can somebody just give me an example the proper way to set up. I'm woking on a LOAN program. TIA! Rudy
    PocketPC Power Settings API (VIP replies)
    microsoft.public.dotnet.framework.compactframework
    Are there any APIs (similar to kernel32.dll's GetSystemPowerStatus()) that I can hook into to determine a PocketPC's battery life?
    Pop-up?message box? (VIP replies)
    microsoft.public.dotnet.framework.aspnet.webcontrols
    What is the best way to display pop up messages, i.e. Confirmation, etc.? I'm using vb in asp.net. I've read another posting on the 'confirmation' subject but am a little unclear. I'd like to confirm a delete operation using a pop up. On button, once clicked, goes straight to the Sub that deletes the record. Should I place a condition in the sub asking the user to confirm delete? I normally use a ...
    Populate DropDownList (VIP replies)
    microsoft.public.dotnet.languages.csharp
    Hi , I'm trying to populate DropDownList from data base but it doesn't work. Could someone help me! My code is: private void Page Load(object sender, System.EventArgs e) { // Put user code to initialize the page here SqlConnection conn new SqlConnection("Data Source BLEK;Initial Catalog Estate; User ID blek; Password banderas"); SqlDataAdapter da new SqlDataAdapter ("Select * FROM blek.TypeOffer "...
    Populating a dropdown list and having one option preselected (VIP replies)
    microsoft.public.dotnet.framework.aspnet.webcontrols
    I have a dropdown list that is populated from a hashtable. Dim resourceHashtable As Hashtable oData.GetResources("Counters") selCounter.DataSource resourceHashtable selCounter.DataTextField "value" selCounter.DataValueField "key" selCounter.DataBind() Is there a way to add "selected" to one of the options as in the html below? select id "selInsuranceOptions" size "1" runat "server" option value "0...
    Populating a Table not a datagrid (VIP replies)
    microsoft.public.dotnet.languages.vb
    Hi All : ) I need to populate a table I created as a web form. Are there any links to show me how to do this? I CANNOT use a dtagrid for this, the table has to be laid out as follows: Header Row Header Row Static data Dynamic (read only) data Break Header Row Header Row Header Row Header Row Static Data Dynamic (read only) Dynamic (read only) Calcultiion This makes it impossible for me to use a da...
    Populating array with color values (VIP replies)
    microsoft.public.dotnet.framework.aspnet
    Hi, I'm trying to populate an array with color names. I keep getting an error. Here is the line that fails: Dim Colors As String() Enum.GetValues(enumColor.GetType())
    Populating ComboBox from Table (VIP replies)
    microsoft.public.dotnet.languages.vb
    thank you in advance for any and all assistance. I'm trying to populate a combobox with a table in VB.Net. Table Name: tblBreed cboBreed Thank you again. Michael
    Populating DataGrid (VIP replies)
    microsoft.public.dotnet.framework.aspnet.webcontrols
    Hi there!! Sorry for the simplicity of this one, but I am just getting my feet wet in this. How do I populate a data control manually from code? In other words I want to fill it myself not have it bound to a back end database. Is there another control that would better suit this? Any code examples would be awesome. Thanks, Joe
    Populating Drop Down Lists Based on Another DDL (VIP replies)
    microsoft.public.dotnet.framework.aspnet
    Hi All, I have 3 dropdown lists which function as filters for the data being passed into a datagrid...On Page load, the first drop downlist populates with relevant data(using sql query), n now, depending on the selection of the first drop down list, corresponding values get populated into the second drop downlist, sort of like country, state, city hierarchy...n depending on the selected index on 2...
    Popup Browser window (VIP replies)
    microsoft.public.dotnet.framework.aspnet
    Hi, I require to have a button on the weinforms pages such that upon user click on the button, the event handler pops up another browser window to another url and current browser screen remains unchanged. How can i do that? Thanks, Ali
    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