C
CJ Taylor
I don't know how to do this persay, but maybe someone could give me a little
guidance.
I will start with an example, if you've ever heard of ComponentOne they have
a tool called DataObjects, this thing raises events many times, however, you
can modify data in the event args which is then passed back to the caller (I
don't really understand how because the events are declared ByVal).
Thats beside the point, but it appears to be synchronous (i.e. it waits for
a result to come back from the event handler.)
Anyone know how I can do this?
Thanks,
CJ
guidance.
I will start with an example, if you've ever heard of ComponentOne they have
a tool called DataObjects, this thing raises events many times, however, you
can modify data in the event args which is then passed back to the caller (I
don't really understand how because the events are declared ByVal).
Thats beside the point, but it appears to be synchronous (i.e. it waits for
a result to come back from the event handler.)
Anyone know how I can do this?
Thanks,
CJ