How to cancel any event in winforms?
Posted
by Shantanu Gupta
on Stack Overflow
See other posts from Stack Overflow
or by Shantanu Gupta
Published on 2010-04-20T05:59:17Z
Indexed on
2010/04/20
6:23 UTC
Read the original article
Hit count: 528
I want to cancel an event from within that function scope.
Eg. I pressed button click event and on false validation, I want to cancel this event. Likewise i want to cancel other events also.
How can i do this in C#
© Stack Overflow or respective owner