How to cancel various events in winform from within that scope

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:03 UTC
Read the original article Hit count: 264

Filed under:
|
|
|

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

Related posts about c#

Related posts about .NET