Re: [IronPython] Users Digest, Vol 59, Issue 1 /how to work with delegates in IronPython/

2009-06-02 Thread Michael Foord
Vadim Khaskel wrote: Michael, here is my scenario: I have a list - messageBuffer that captures messages. Once this list gets a new message, event generated and combobox ads a new item. based on your example my combobox will do: self._comboBoxA.Event += function Is this just Event or any

Re: [IronPython] Users Digest, Vol 59, Issue 1 /how to work with delegates in IronPython/

2009-06-01 Thread Vadim Khaskel
Michael, here is my scenario: I have a list - messageBuffer that captures messages. Once this list gets a new message, event generated and combobox ads a new item. based on your example my combobox will do: self._comboBoxA.Event += function Is this just Event or any specific event, I