'Declaration Public Function New( _ ByVal page As ImGearPage, _ ByVal skip As Boolean _ )
'Usage Dim page As ImGearPage Dim skip As Boolean Dim instance As New ImGearThumbnailAfterLoadEventArgs(page, skip)
public ImGearThumbnailAfterLoadEventArgs( ImGearPage page, bool skip )
public: ImGearThumbnailAfterLoadEventArgs( ImGearPage* page, bool skip )
public: ImGearThumbnailAfterLoadEventArgs( ImGearPage^ page, bool skip )
Parameters
- page
- ImageGear.Core.ImGearPage class object containing full-sized picture that was used to create a thumbnail.
- skip
- Flag indicating whether or not to load thumbnail into a control.
Return Value
New instance of ImGearThumbnailAfterLoadEventArgs class.