GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx Class / FileTypeNotSupportedEvent Field





In This Topic
FileTypeNotSupportedEvent Field
In This Topic
Syntax
'Declaration
 
Public FileTypeNotSupportedEvent As EventHandler(Of ThumbnailEx.FileTypeNotSupportedEventArgs)
public EventHandler<ThumbnailEx.FileTypeNotSupportedEventArgs> FileTypeNotSupportedEvent
public field FileTypeNotSupportedEvent: EventHandler; 
public var FileTypeNotSupportedEvent : EventHandler;
public: EventHandler<ThumbnailEx.FileTypeNotSupportedEventArgs*>* FileTypeNotSupportedEvent
public:
EventHandler<ThumbnailEx.FileTypeNotSupportedEventArgs^>^ FileTypeNotSupportedEvent
See Also