H
Hari
Hi,
Does any one know what event is raised when i click on the close(
i.e. OK) button of a form in a PPC application? My app needs to perform
different actions based on the way the form is closed. Basically, a
form can be closed in 2 ways. First, by hitting the Ok button. Second,
by calling form.Close() programmatically. In both the cases 'closing'
and 'closed' events are raised. So i can't use any of these. What event
fires when Ok is clicked, and how to handle it? Thanks.
- Hari
Does any one know what event is raised when i click on the close(
i.e. OK) button of a form in a PPC application? My app needs to perform
different actions based on the way the form is closed. Basically, a
form can be closed in 2 ways. First, by hitting the Ok button. Second,
by calling form.Close() programmatically. In both the cases 'closing'
and 'closed' events are raised. So i can't use any of these. What event
fires when Ok is clicked, and how to handle it? Thanks.
- Hari