ImageGear .NET v24.12 - Updated
Source Property (ImGearThumbnailBeforeLoadEventArgs)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailBeforeLoadEventArgs Class : Source Property
Gets path and format of the currently loaded thumbnail.
Syntax
'Declaration
 
Public ReadOnly Property Source As ImGearLoadingSelection
'Usage
 
Dim instance As ImGearThumbnailBeforeLoadEventArgs
Dim value As ImGearLoadingSelection
 
value = instance.Source
public ImGearLoadingSelection Source {get;}
public: __property ImGearLoadingSelection* get_Source();
public:
property ImGearLoadingSelection^ Source {
   ImGearLoadingSelection^ get();
}

Property Value

ImageGear.Windows.Forms.ImGearLoadingSelection class.
See Also

Reference

ImGearThumbnailBeforeLoadEventArgs Class
ImGearThumbnailBeforeLoadEventArgs Members
ImGearLoadingSelection Class