exit event handler
C#
3
Posts
3
Posters
0
Views
1
Watching
-
how can i exit event handler..and dont execute code in this event handler when some condition occurs
Use the
return
statement-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
how can i exit event handler..and dont execute code in this event handler when some condition occurs