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 (in ShellBrowser.dll) Version: 7.2
Syntax
public class ThumbnailUpdatedEventArgs : ItemEventArgs<ShellListBaseItem>

The ThumbnailUpdatedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodThumbnailUpdatedEventArgsInitializes 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 propertyThumbnailGets or sets the thumbnail.
Top
See Also