Click or drag to resize

ThumbnailUpdatedEventArgs Class

Event arguments for the ThumbnailUpdated event.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Jam.Shell.ItemEventArgs<ShellListBaseItem>
      Jam.Shell.ThumbnailUpdatedEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public class ThumbnailUpdatedEventArgs : ItemEventArgs<ShellListBaseItem>

The ThumbnailUpdatedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodThumbnailUpdatedEventArgs
Initializes a new instance of the Jam.Shell.ThumbnailUpdatedEventArgs class.
Top
Properties
  NameDescription
Public propertyItem
Object which contains information about the item that should be added to the shell view.
(Inherited from ItemEventArgs<T>.)
Public propertyThumbnail
Gets or sets the thumbnail.
Top
See Also