Click or drag to resize

JamBaseShellListViewLoadItem Event

This event is called, when the data for an item is loaded.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public event EventHandler<LoadShellItemEventArgs> LoadItem

Value

Type: SystemEventHandlerLoadShellItemEventArgs
Remarks
The event is called in details and tile view. It is both called when the item data is filled for the first time, as well as when subitems are added subsequently.
See Also