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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:27:45+00:00 2026-05-23T09:27:45+00:00

I have a child window with a closing event to prevent any accidental closure.

  • 0

I have a child window with a closing event to prevent any accidental closure. In this child window I have a button click handler that will perform an operation then close the child and report to the parent window about new info. Unfortunately, this button action also calls the closing event. How can I bypass this specific window closing event and just report said info?

I just read that over and it seems a bit confusing. I’ll edit if need be.

  • 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-23T09:27:45+00:00Added an answer on May 23, 2026 at 9:27 am

    If I understand you right, you set in OnClosing the Cancel-property to true and therefore the window does not close. Now you look for a possibilty to close the window from your button click event although you have this OnClosing-event. Right?
    A possibility is to define a member variable which you set in the buttons event. In the OnClosing you only set e.Cancel to true, if this member variable is not set.

    class YourClass{
        bool m_closeAnyway;
        void OnClosing(....){
             if(!m_closeAnyway){
                 e.Cancel=true;
             }
        }
        void ButtonClickEventHandler(...){
            m_closeAnyway=true;
            Close();
            DoTheRest();
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a button in a child window. If I am working in the
I have a parent window and a few child windows attached to this. With
I'm running into a problem where, I have a Window that contains a child
I have a WPF Window that open a modal child window to load some
I have this function which is supposed to open up a child window using
Imagine this: you have a Master-Child window consisting of a list of items (the
I have a page that uses javascript and opens a child window which updates
I have one child window in Silverlight 3.0 Application. In that application I have
Possible Duplicate: Open child browser window from child window I have a list of
I have an application with an OpenGL window as a child window of 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.