ImageGear .NET v24.12 - Updated
Item Property (ImGearThumbnailItemEventArgs)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailItemEventArgs Class : Item Property
Gets ImGearThumbnailItem object that generated event.
Syntax
'Declaration
 
Public ReadOnly Property Item As ImGearThumbnailItem
'Usage
 
Dim instance As ImGearThumbnailItemEventArgs
Dim value As ImGearThumbnailItem
 
value = instance.Item
public ImGearThumbnailItem Item {get;}
public: __property ImGearThumbnailItem* get_Item();
public:
property ImGearThumbnailItem^ Item {
   ImGearThumbnailItem^ get();
}

Property Value

ImGearThumbnailItem class.
See Also

Reference

ImGearThumbnailItemEventArgs Class
ImGearThumbnailItemEventArgs Members
ImGearThumbnailItem Class