ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailBeforeLoadEventArgs Class / ImGearThumbnailBeforeLoadEventArgs Constructor
Path and format of the currently loaded thumbnail.
ImageGear.Core.ImGearPage class object containing full-sized picture that was used to create a thumbnail.
Page number of the currently loaded thumbnail.
Flag indicating whether or not to load thumbnail into a control.




In This Topic
    ImGearThumbnailBeforeLoadEventArgs Constructor
    In This Topic
    Initializes a new instance of the ImGearThumbnailBeforeLoadEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As ImGearLoadingSelection, _
       ByVal page As ImGearPage, _
       ByVal pageNumber As Integer, _
       ByVal skip As Boolean _
    )
    'Usage
     
    Dim source As ImGearLoadingSelection
    Dim page As ImGearPage
    Dim pageNumber As Integer
    Dim skip As Boolean
     
    Dim instance As New ImGearThumbnailBeforeLoadEventArgs(source, page, pageNumber, skip)
    public ImGearThumbnailBeforeLoadEventArgs( 
       ImGearLoadingSelection source,
       ImGearPage page,
       int pageNumber,
       bool skip
    )
    public: ImGearThumbnailBeforeLoadEventArgs( 
       ImGearLoadingSelection* source,
       ImGearPage* page,
       int pageNumber,
       bool skip
    )
    public:
    ImGearThumbnailBeforeLoadEventArgs( 
       ImGearLoadingSelection^ source,
       ImGearPage^ page,
       int pageNumber,
       bool skip
    )

    Parameters

    source
    Path and format of the currently loaded thumbnail.
    page
    ImageGear.Core.ImGearPage class object containing full-sized picture that was used to create a thumbnail.
    pageNumber
    Page number of the currently loaded thumbnail.
    skip
    Flag indicating whether or not to load thumbnail into a control.

    Return Value

    New instance of ImGearThumbnailBeforeLoadEventArgs class.
    See Also