Visual Basic
C#
Managed Extensions for C++
C++/CLI
The event handler receives an argument of type LoadFromStreamEventArgs containing data related to this event. The following LoadFromStreamEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Item | Gets the ThumbnailItem object whose image data is to be loaded using a System.IO.Stream. |
A handler for this event must be supplied by the application if items are added to the ThumbnailItemCollection using the collection's ThumbnailItemCollection.InsertItemFromStream or ThumbnailItemCollection.AddItemFromStream methods.