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 558973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:11:18+00:00 2026-05-13T12:11:18+00:00

Can anyone place some clear examples of using Events in C# (or any .NET

  • 0

Can anyone place some clear examples of using Events in C# (or any .NET language)?
There are plenty of such on the internet, but most of them are complicated and they don’t apply to every situation. Make it universal if possible please.

  • 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-13T12:11:18+00:00Added an answer on May 13, 2026 at 12:11 pm

    Events are the basis of event-driven programming (obviously). So an event is appropriate any time you want to take action(s) based on something else occuring. What that something else could be a myriad of things – a user clicking a button, a timer elapsing, a window being closed, etc. It’s hard to make it really universal, since there are so many different scenarios.

    One example would be to fill a label with text when the user clicks on a button:

    btnMyButton.Click += (o, ev) => { SetTextLabel(label1, "You clicked the button"); };
    

    Note that SetTextLabel is a function that you would provide, and it should be ThreadSafe (otherwise I would get pounded by commenters saying my code wasn’t so.)

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

Sidebar

Related Questions

Can anyone please identify is there any possible memory leaks in following code. I
can anyone help me? I need to place a div after a textbox in
Can anyone provide a clear example of how to remove a supercolumn in Java
Can anyone help me with some reasonably complex Django queries? These are my models:
I can see some of the benefits of closures, such as how they can
I'm looking for a Per Request place to store some variables. I thought there
Can anyone suggest me the best place to start with for learning Open GL
I've been looking all over the place, but I can't find anything. Can anyone
Can anyone reccomend some good tutorials for ext js and adobe air? The ones
can any one please tell me how to get the Google places api key

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.