Danny, To do this you want to read more about delegates. I found just a few articles real quick that do a good job showing you how they work. The MSDN article has some references to further reading.
Enjoy. -Andrew http://www.codeproject.com/csharp/csevents01.asp http://www.akadia.com/services/dotnet_delegates_and_events.html http://msdn2.microsoft.com/en-us/library/aa645739(VS.71).aspx On 9/1/07, Danny Stolle <[EMAIL PROTECTED]> wrote: > > Hi all, > > this perhaps sounds really dumb, but i have some trouble writing events > and raising them using C#. i have no trouble on writing classes having > its methods, properties, etc. but when it comes to events, i don't know > how to use them. > > programming in VB6, I used Microsoft back then, was easy. you declared > the event you wanted, like: public event StatusOK(string message) > within the class you could raise the event by using: RaiseEvent > <eventname>: e.g. RaiseEvent StatusOK. > > Now I am off VB and using C#. But can somebody please point me out to > some good documentation on how to write custom events for classes and > how to raise them in your apps. > > Thanx a lot. > > Danny > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
