ImageGear PDF v25.2 - Updated
ImGearThumbnailItemEventArgs Constructor




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.