5
Reply

can we disable events on certain condition in c#

varsha dodiya

varsha dodiya

Jul 11 2014 1:51 AM
729
i'm working in c# winforms where i have put some code in textchange event of two textboxes
 
now i want when i select one textbox say textboxA its event of textchanged invoked and some result comes in textboxB at this point of time  textboxB , its textxhanged event should not work.

is it possible ?

Answers (5)