Stories recently tagged with 'EventHandlerList'

Creating types with lots of events(youredoingitwrong.mee.nu)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 11 months ago

More info on Matt Berseth's post on the EventHandlerList object. Ain't community grand? read more...

add a comment |category: |Views: 1

tags: another

EventHandlerList - Declaring .Net Events that Conserve Memory(mattberseth.com)

submitted by mbersethmberseth(1385) 4 years, 11 months ago

Ever heard of the EventHandlerList object that lives in the System.ComponentModel namespace of the .Net framework? I hadn't until I disassembled the System.Windows.Forms.Control class while debugging the other day. I did a few google searches and ended up on an MSDN page titled 'How to: Declare Events That Conserve Memory Use'. I found the content rather interesting. Typically, a class declares an event as follows ... read more...

1 comment |category: |Views: 88

tags: another