In This Topic
GdPicture14 Namespace / ThumbnailEx Class / FileTypeNotSupported Event

FileTypeNotSupported Event (ThumbnailEx)

In This Topic
Syntax
'Declaration
 
Public Event FileTypeNotSupported As ThumbnailEx.FileTypeNotSupportedEventHandler
public event ThumbnailEx.FileTypeNotSupportedEventHandler FileTypeNotSupported
public event FileTypeNotSupported: ThumbnailEx.FileTypeNotSupportedEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event ThumbnailEx.FileTypeNotSupportedEventHandler* FileTypeNotSupported
public:
event ThumbnailEx.FileTypeNotSupportedEventHandler^ FileTypeNotSupported
See Also