xlarjo wrote:
Hi,
In this case, simply create the event data on the heap and pass a pointer to the receiver who then owns the allocated event data (and needs to delete it).
BR//
LGJ
How do I make an event take a pointer argument? I can't chose In/Inout/Out. Do I have to uncheck use existing type? That makes me feel uncomfortable about whether I am doing the right thing.