Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

.net c# help

This is a discussion on .net c# help within the C# forums, part of the Software Development category; i am new bee to .net please anybody tell me exact fuction of "object sender and eventargs e" during button click........ private void button1_Click(object sender, EventArgs e)...

Go Back   Geeks Talk > Software Development > C#
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 08-16-2009
Junior Member
 
Join Date: Aug 2009
Location: chennai
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
dprakashraj is on a distinguished road
.net c# help

i am new bee to .net
please anybody tell me exact fuction of "object sender and eventargs e" during button click........

private void button1_Click(object sender, EventArgs e)
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-17-2009
Junior Member
 
Join Date: Nov 2007
Posts: 26
Thanks: 2
Thanked 4 Times in 4 Posts
shilpa.c is on a distinguished road
Re: .net c# help

private void button1_Click(object sender, EventArgs e)
Here sender is the one which contains the details who has invoked this button1_click event.here button1 is the object which invoked the event and EventArgs contains data which needed to handle the event.
Reply With Quote
The Following User Says Thank You to shilpa.c For This Useful Post:
  #3 (permalink)  
Old 08-17-2009
Junior Member
 
Join Date: Aug 2009
Location: chennai
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
dprakashraj is on a distinguished road
Re: .net c# help

thank you very much.....
Reply With Quote
Reply

  Geeks Talk > Software Development > C#

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT -4. The time now is 04:25 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved