ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailAfterLoadEventArgs Class / ImGearThumbnailAfterLoadEventArgs Constructor
Reference to event object.
ImageGear.Core.ImGearPage 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 routedEvent As RoutedEvent, _
       ByVal page As ImGearPage, _
       ByVal skip As Boolean _
    )
    'Usage
     
    Dim routedEvent As RoutedEvent
    Dim page As ImGearPage
    Dim skip As Boolean
     
    Dim instance As New ImGearThumbnailAfterLoadEventArgs(routedEvent, page, skip)
    public ImGearThumbnailAfterLoadEventArgs( 
       RoutedEvent routedEvent,
       ImGearPage page,
       bool skip
    )
    public: ImGearThumbnailAfterLoadEventArgs( 
       RoutedEvent* routedEvent,
       ImGearPage* page,
       bool skip
    )
    public:
    ImGearThumbnailAfterLoadEventArgs( 
       RoutedEvent^ routedEvent,
       ImGearPage^ page,
       bool skip
    )

    Parameters

    routedEvent
    Reference to event object.
    page
    ImageGear.Core.ImGearPage object containing full-sized picture that was used to create a thumbnail.
    skip
    Flag indicating whether or not to load thumbnail into a control.
    See Also