Initializes a new instance of the ImGearThumbnailAfterLoadEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As RoutedEvent, _
ByVal As ImGearPage, _
ByVal 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 ,
ImGearPage ,
bool
)
public: ImGearThumbnailAfterLoadEventArgs(
RoutedEvent* ,
ImGearPage* ,
bool
)
public:
ImGearThumbnailAfterLoadEventArgs(
RoutedEvent^ ,
ImGearPage^ ,
bool
)
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