ImageGear .NET
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
public ImGearThumbnailAfterLoadEventArgs( 
   RoutedEvent routedEvent,
   ImGearPage page,
   bool skip
)
public: ImGearThumbnailAfterLoadEventArgs( 
   RoutedEvent* routedEvent,
   ImGearPage* page,
   bool skip
)
public:
ImGearThumbnailAfterLoadEventArgs( 
   RoutedEvent^ routedEvent,
   ImGearPage^ page,
   bool skip
)
'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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback