How can I know if a .net event is already handled?

前端 未结 8 2092

I\'ve written some code to handle an event as follows:

AddHandler myObject.myEvent, AddressOf myFunction

It seemed that everything was work

8条回答
  •  有刺的猬
    2020-12-31 10:17

    Save your event handler results to the database/session and then read them in again to check if event has already been handled.

提交回复
热议问题