'Declaration <DescriptionAttribute("Occurs when thumbnail is loading.")> <CategoryAttribute("VintaSoft")> Public Event ThumbnailLoading As EventHandler(Of ThumbnailEventArgs)
[Description("Occurs when thumbnail is loading.")] [Category("VintaSoft")] public event EventHandler<ThumbnailEventArgs> ThumbnailLoading
[Description("Occurs when thumbnail is loading.")] [Category("VintaSoft")] public: __event EventHandler<ThumbnailEventArgs*>* ThumbnailLoading
[Description("Occurs when thumbnail is loading.")] [Category("VintaSoft")] public: event EventHandler<ThumbnailEventArgs^>^ ThumbnailLoading
Event Data
The event handler receives an argument of type ThumbnailEventArgs containing data related to this event. The following ThumbnailEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Thumbnail | Gets the thumbnail. |
Remarks
This event is not thread safe.
Requirements
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server 2012, Windows Server 2008, Windows Server 2003
See Also