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