ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailAfterLoadEventArgs Class / ImGearThumbnailAfterLoadEventArgs Constructor
ImageGear.Core.ImGearPage class object containing full-sized picture that was used to create a thumbnail.
Flag indicating whether or not to load thumbnail into a control.




In This Topic
    ImGearThumbnailAfterLoadEventArgs Constructor
    In This Topic
    Initializes a new instance of the ImGearThumbnailAfterLoadEventArgs class.
    Syntax
    '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.
    See Also