In This Topic
GdPicture14.WPF Namespace / ThumbnailEx.FileTypeNotSupportedEventArgs Class / ThumbnailEx.FileTypeNotSupportedEventArgs Constructor

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