'Declaration Public Function New( _
ByVal thumbnailControlThe thumbnail user control that is created or disposing.As System.Windows.Forms.Control, _
ByVal imageAn image that corresponds to the thumbnail.As Vintasoft.Imaging.VintasoftImage _
)
public ThumbnailControlEventArgs(
System.Windows.Forms.Control thumbnailControl,
Vintasoft.Imaging.VintasoftImage image
)
public: ThumbnailControlEventArgs(
System.Windows.Forms.Control* thumbnailControl,
Vintasoft.Imaging.VintasoftImage* image
)
public:
ThumbnailControlEventArgs(
System.Windows.Forms.Control^ thumbnailControl,
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- thumbnailControl
- The thumbnail user control that is created or disposing.
- image
- An image that corresponds to the thumbnail.