[Mono-list] Howto: Build custom events
Danny Stolle
dev.info at chello.nl
Sat Sep 1 12:22:05 EDT 2007
Danny Stolle 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 - Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
Hi all,
I have done some small research and I got it working. Actually it is
quite easy;
I can mail how i have done it, perhaps that would be of interest.
perhaps some of you got some more tips on it.
Danny
More information about the Mono-list
mailing list