In This Topic
GdPicture14.WPF Namespace / ThumbnailEx Class / FileTypeNotSupportedEvent Field

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