G
Guest
Hi all,
I have an application which has a thread that raises events. The event
handler updates the UI.
When do I need to call Control.Invoke? I understand this is required for
control method calls... but how about properties? Can I safely assign
properties from a separate thread without using .invoke?
Thanks.
I have an application which has a thread that raises events. The event
handler updates the UI.
When do I need to call Control.Invoke? I understand this is required for
control method calls... but how about properties? Can I safely assign
properties from a separate thread without using .invoke?
Thanks.