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

  • Home
  • SEARCH
  • 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 6088745
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:01:16+00:00 2026-05-23T12:01:16+00:00

What is exactly the += ( s, e ) in the code? example: this.currentOperation.Completed

  • 0

What is exactly the += ( s, e ) in the code?

example:

this.currentOperation.Completed += ( s, e ) => this.CurrentOperationChanged();

  • 1 1 Answer
  • 0 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-23T12:01:16+00:00Added an answer on May 23, 2026 at 12:01 pm

    This is the way to attach an event handler using Lambda expression.

    For example:

    button.Click += new EventHandler(delegate (Object s, EventArgs e) {
                //some code
            });
    

    Can be rewritten using lambda as follows:

    button.Click += (s,e) => {
                //some code
            };
    

    One thing to note here. It is not necessary to write ‘s’ and ‘e’. You can use any two letters, e.g.

    button.Click += (o,r) => {};
    

    The first parameter would represent the object that fired the event and the second would hold data that can be used in the eventhandler.

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

Sidebar

Related Questions

I am using exactly this code in this example http://android.themind-lab.com/post/2010/05/14/Dont-shake-my-phone!-How-to-detect-shake-motion-on-Android-phone.aspx What should i include
What exactly does putting extern C into C++ code do? For example: extern C
The code in this event is repeated exactly in two other event handlers. How
Edit: Of course my real code doesn't look exactly like this. I tried to
Can anyone tell me what exactly does this Java code do? SecureRandom random =
how exactly I can use public methods (non-virtual) with NHibernate? I have this code:
Take for example this code . So, instead of the <a> tag I want
I am putting together an explanation and code example of this design pattern, attempting
The following three pieces of code behave exactly the same: <p {padding: 0 15
In the code there exists exactly one type that implements IResourceConverter. That's what the

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.