Hello,Can I create my own event? Somthing like signals my own errors.
And handle it ?
On Event…
Hello,Can I create my own event? Somthing like signals my own errors.
And handle it ?
On Event…
Subject: My own event
You can do it with the LSX Toolkit. I create a number of events for various reasons. Of course, you need to figure out how to trigger the events even after using the On Event call. I trigger them solely from inside the LSX, but it would be possible to do it from outside as well.
See ActOnReplaceText event for an example of what this looks like.