Events in C# Interface
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Development Environment: C#/VS2005 I have an interface for doing a time consuming back end operation, the caller is a GUI program, I want to inform the caller that % of job completed in frequent intervals.(say for example 25%, 50% and 75% completed). With event can we achieve this? That is event will be raised from the interface and caller will wait for the event? Any ideas or Sample code? Regards Sarma