'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