Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1051085
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T16:52:28+00:00 2026-05-16T16:52:28+00:00

Consider this function signature: Private Void TextBox1_TextChange(Object Sender, EventArgs e) As far as my

  • 0

Consider this function signature:

Private Void TextBox1_TextChange(Object Sender, EventArgs e)

As far as my knowledge goes I understand it as below.

  1. Private is a modifier

  2. Void is the return type

  3. TextBox1_TextChange is an event name.

Maybe I am wrong in the above case as I just started practicing in C#, Visual Studio 2005.

What is the definition/meaning of (Object Sender, EventArgs e) and how does it work?

  • 1 1 Answer
  • 2 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T16:52:28+00:00Added an answer on May 16, 2026 at 4:52 pm

    TextChange is (probably) the name of the relevant event, though the event isn’t shown in your code snippet so I can’t be sure.

    TextBox1_TextChange is the name of a method that is probably set up to handle an event.

    Object Sender is a parameter called Sender that contains a reference to the control/object that raised the event.

    EventArgs e is a parameter called e that contains the event data, see the EventArgs MSDN page for more information.

    See this page, Passing Parameters, for more information about how parameters work.

    And this page, Events Tutorial, would probably be helpful as well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider this function template: template<typename T> unsigned long f(void *) { return 0;} Now,
I have faced the following interview question. Consider this function declaration: void quiz(int i)
Consider this template function: template<typename ReturnT> ReturnT foo(const std::function<ReturnT ()>& fun) { return fun();
consider this simple function def foo(l=[]): if not l: print List is empty else
Consider this (rather pointless) javascript code: function make_closure() { var x = 123, y
Consider this class: class test { public function __set($n, $v) { echo __set() called\n;
Consider this code: var img = new Image(); img.onload = function() { console.log(this.width); };
Consider: function Shape() { this.name = "Generic"; this.draw = function() { return "Drawing "
Consider the following base code: (function($) { $.fn.myPlugin = function(settings) { return this.each(function() {
Before Consider to have a class and a global function: This is, for example,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.