ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailItemEventArgs Class / Item Property




In This Topic
    Item Property (ImGearThumbnailItemEventArgs)
    In This Topic
    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 object.
    See Also