G
Guest
If I have a control like say a drop down list and I have some kind of
onSelectItem change event, is there a way to temporarily suspend the event
handling (without removing the event and then re-attaching it?) while I edit
it's contents which would otherwise cause the event to fire?
Or is there maybe a way in my event handler to tell if the user triggered it
as opposed to the program itself?
onSelectItem change event, is there a way to temporarily suspend the event
handling (without removing the event and then re-attaching it?) while I edit
it's contents which would otherwise cause the event to fire?
Or is there maybe a way in my event handler to tell if the user triggered it
as opposed to the program itself?