Am 02.04.2008 um 09:12 schrieb Ing. Francesco Carsana: >> The recommended way is to declare the handlers as icalls in >> managed code: > > The problem is that I can't modify .NET assembly source code. > I only know that assembly has this event: > > public event ConnectionEventHandler OnConnectionEvent; > > where ConnectionEventHandler is: > > public delegate void ConnectionEventHandler(string n, bool c); > > [...] > Is there another way to do that?
If you can't modify/extend the existing assembly, likely you can create a new assembly for that purpose. That's what I've been doing. Andreas _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
