ImageGear .NET - Updated October 26, 2017
ImGearThumbnailAfterLoadEventArgs Constructor




ImageGear23.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.
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)

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

Reference

ImGearThumbnailAfterLoadEventArgs Class
ImGearThumbnailAfterLoadEventArgs Members
ImGearPage Class