In This Topic
GdPicture14 Namespace / ThumbnailEx Class / ItemSelectionChanged Event

ItemSelectionChanged Event (ThumbnailEx)

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