ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailItemEventArgs Class / ImGearThumbnailItemEventArgs Constructor
Item that generated event.




In This Topic
    ImGearThumbnailItemEventArgs Constructor
    In This Topic
    Initializes a new instance of the ImGearThumbnailItemEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal item As ImGearThumbnailItem _
    )
    'Usage
     
    Dim item As ImGearThumbnailItem
     
    Dim instance As New ImGearThumbnailItemEventArgs(item)
    public ImGearThumbnailItemEventArgs( 
       ImGearThumbnailItem item
    )
    public: ImGearThumbnailItemEventArgs( 
       ImGearThumbnailItem* item
    )
    public:
    ImGearThumbnailItemEventArgs( 
       ImGearThumbnailItem^ item
    )

    Parameters

    item
    Item that generated event.

    Return Value

    New instance of ImGearThumbnailItemEventArgs class.
    See Also