ImageGear .NET v24.12 - Updated
ImGearThumbnailItemEventArgs Constructor




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailItemEventArgs Class : ImGearThumbnailItemEventArgs Constructor
Item that generated event.
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

Reference

ImGearThumbnailItemEventArgs Class
ImGearThumbnailItemEventArgs Members
ImGearThumbnailItem Class