GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx.FileTypeNotSupportedEventArgs Class / ThumbnailEx.FileTypeNotSupportedEventArgs Constructor





In This Topic
ThumbnailEx.FileTypeNotSupportedEventArgs Constructor
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal FilePath As String _
)
public ThumbnailEx.FileTypeNotSupportedEventArgs( 
   string FilePath
)
public ThumbnailEx.FileTypeNotSupportedEventArgs( 
    FilePath: String
); 
public function ThumbnailEx.FileTypeNotSupportedEventArgs( 
   FilePath : String
);
public: ThumbnailEx.FileTypeNotSupportedEventArgs( 
   string* FilePath
)
public:
ThumbnailEx.FileTypeNotSupportedEventArgs( 
   String^ FilePath
)

Parameters

FilePath
See Also