VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailCaptionFormattedEventArgs Class / ThumbnailCaptionFormattedEventArgs Constructor(ThumbnailViewer,Thumbnail,String)
Syntax Requirements SeeAlso
In This Topic
ThumbnailCaptionFormattedEventArgs Constructor(ThumbnailViewer,Thumbnail,String)
In This Topic
Initializes a new instance of the ThumbnailCaptionFormattedEventArgs class.
Syntax
'Declaration

Public Function New( _
ByVal thumbnailViewer
The thumbnail viewer.
As ThumbnailViewer, _
ByVal thumbnail
The thumbnail.
As Vintasoft.Imaging.Thumbnail, _
ByVal caption
The caption.
As System.String _
)
public ThumbnailCaptionFormattedEventArgs(
ThumbnailViewer thumbnailViewer,
Vintasoft.Imaging.Thumbnail thumbnail,
System.String caption
)

Parameters

thumbnailViewer
The thumbnail viewer.
thumbnail
The thumbnail.
caption
The caption.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also