Stories recently tagged with 'AnonymousDelegates'

Unit test pattern for event raising(nervoustych.com)

submitted by jstangroomejstangroome(665) 4 years, 11 months ago

Use of C# anonymous delegates to easily test for an event firing. read more...

add a comment |category: |Views: 147

tags: another

Using a .Net 2.0 anonymous delegate when generating a thumbnail(geekzilla.co.uk)

submitted by phaymanphayman(3550) 5 years ago

Rather than using a mehod which does nothing except return false. Use a .Net 2.0 anonymous delegate for the GetThumbnailImageAbort parameter. read more...

1 comment |category: |Views: 2

tags: another

Automatic Preprocessing and Postprocessing via Anonymous Delegates(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 5 years ago

Here's a quick way to automatically handle preprocessing and postprocessing of objects while leaving the user free to interact with the object however they like. read more...

add a comment |category: |Views: 13

tags: another