0
Answer

Can we invoke any action in a class file in c#

Prashant Singh

Prashant Singh

11y
979
1
I have made a class file and i want to invoke actions(i.e. delegate events which is defined in a class) .
I want to initialize that delegate event. Is there any way to initialize them so that it will not produce cross thread exception on UI.