G
Guest
I have a listbox and auto generated lb_SelectedIndexChanged event that
handles lb.SelectedIndexChanged.
The event obviously fires when I change the selectedIndex visually with a
mouse and also when I do lb.selectedindex=1 (any different value from what it
was before) in various different subroutines?
Is there any way to know where the event was triggered from? Which
subroutine called it? could I use reflection to get that info?
Any tips?
Thank you
handles lb.SelectedIndexChanged.
The event obviously fires when I change the selectedIndex visually with a
mouse and also when I do lb.selectedindex=1 (any different value from what it
was before) in various different subroutines?
Is there any way to know where the event was triggered from? Which
subroutine called it? could I use reflection to get that info?
Any tips?
Thank you