Click or drag to resize

ThumbnailUpdatedEventArgs Class

Event arguments for the ThumbnailUpdated event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellItemEventArgsShellListBaseItem
      Jam.ShellThumbnailUpdatedEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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 ItemEventArgsT.)
Public propertyThumbnail
Gets or sets the thumbnail.
Top
See Also