S
schiefaw
Hello,
I created a custom event "Public Event ApprovalChangedEvent()" and set
a function to catch it "Private Sub laset_ApprovalChangedEvent()
Handles laset.ApprovalChangedEvent".
The problem is that the handler is invoked five times. I have set
breakpoints so I can see the the event is only raised once. The handler
itself just sets some labels, so it isn't doing anything to invoke
itself. In fact, it really doesn't cause a real problem in this
particular case. But, I want to find out what to do about it if it
happens again.
Does anyone have any suggestions on what I can do to track this issue
down?
Thanks
I created a custom event "Public Event ApprovalChangedEvent()" and set
a function to catch it "Private Sub laset_ApprovalChangedEvent()
Handles laset.ApprovalChangedEvent".
The problem is that the handler is invoked five times. I have set
breakpoints so I can see the the event is only raised once. The handler
itself just sets some labels, so it isn't doing anything to invoke
itself. In fact, it really doesn't cause a real problem in this
particular case. But, I want to find out what to do about it if it
happens again.
Does anyone have any suggestions on what I can do to track this issue
down?
Thanks