RE: [Mono-list] Events / Assign Variable Event

2004-07-27 Thread Dan Maltes
Wouldn't a simple try..catch..finally work for you? Or a using statement? -Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pablo Fischer Sent: Tuesday, July 27, 2004 1:58 PM To: [EMAIL PROTECTED] Subject: [Mono-list] Events / Assign Variable

[Mono-list] Events / Assign Variable Event

2004-07-27 Thread Pablo Fischer
Hi! I have a class that returns a Stream of a downloaded image, so one the image is downloaded I just assign it to a pixbuf for example Pixbuf p = new Pixbuf (RemoteImage.Image); However, I need to Close the request, is there an event that can be executed once I pass a variable to another object