5
Answers

can we disable events on certain condition in c#

varsha dodiya

varsha dodiya

10y
1.8k
1
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)