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

After a user adds 5 emails and their name to form below, and then
After a user submits a form, how do you detect that the form has
I have a form that and after the user fills in this form, I
Details: Only disable after user clicks the submit button, but before the posting back
After the user fills my backing bean with info through the forms, I want
I have a ContextMenu that is displayed after a user right clicks on a
Basically what i have is a vb.net form that when a user clicks the
I know that the after the create or update methods is done, they have
I have to give user an email which will contain a link . After
After user places an order I have to send detailed email message containing order

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.