GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / FileTypeNotSupported Event





In This Topic
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