Checkbox:Issue in checkchanged event
Posted
by user290621
on Stack Overflow
See other posts from Stack Overflow
or by user290621
Published on 2010-03-19T12:52:24Z
Indexed on
2010/03/19
13:01 UTC
Read the original article
Hit count: 338
->I have a check box:
->and i have subscribed for checkchanged event, i have an handler inturn and doing some
operation there
-> i check and uncheck this checkbox programmatically(ex:chkbx_Name.Checked = true),
(Obviously checkchanged evt gets fired)
->I want this event to be fired only when i manually check or uncheck it
-> is there any way to avoid firing of this event when i check.uncheck it programmatically
© Stack Overflow or respective owner