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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T03:32:51+00:00 2026-05-22T03:32:51+00:00

After the user is done with form f, the form will retain a value

  • 0

After the user is done with form “f”, the form will retain a value that I want to check before running doStuff(). Like, if f.value > 0 , then run doStuff(), else, don’t run doStuff(). How can I most concisely modify my code to allow for this check? I don’t quite understand when the delegate is assigned, if I pass f.value, will it take the value when I’m adding the delegate, or when it is running the delegate?

form f = new form();
f.Show();
f.FormClosing += delegate{doStuff();};

Thanks!

  • 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-22T03:32:52+00:00Added an answer on May 22, 2026 at 3:32 am

    You can capture the value of the reference when making the delegate:

    f.FormClosing += delegate { if(f.value > 0) doStuff(); };
    

    When the event occurs, it will check the current value of the captured reference f, and if the condition matches, continue executing.

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

Sidebar

Related Questions

I need an event/events that will do the following: After user selects text/DOM element,
I want to INSERT VALUES after user has clicked OK on the confirmation box.
I am customizing the confirmation email sent after user registration. My problem is that
I want my recaptcha to appear only after user clicks submit button on the
Inside my Controller i have function that runs after user clicks on item, which
I have pay now form on my page and after user finishes his payment
I'm required to create a user form like the one in the picture I
Basically what i have is a vb.net form that when a user clicks the
I have to give user an email which will contain a link . After
Goal : After user saves data to my mysql DB, a JSON teaser of

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.