Delegate for the callback function for reteiving a thumbnail using the asynchronous version of GetThumbnailBitmap().

Declaration Syntax
public delegate void GetThumbnailCallback(
Image b,
Object State
)
Public Delegate Sub GetThumbnailCallback ( _
b As Image, _
State As Object _
)
public delegate void GetThumbnailCallback(
Image^ b,
Object^ State
)

Parameters
- b (Image)
- The Bitmap containing the thumbnail image.
- State (Object)
- An optional, user-provided object that was supplied when calling the asynchronous version of GetThumbnailBitmap().
Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)