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