The thumbnail index. A value between 0 and thumbnails count.
True is the thumbnail is selected, else False.





In This Topic
GdPicture14 Namespace / ThumbnailEx.ItemSelectionChangedEventHandler Delegate

ThumbnailEx.ItemSelectionChangedEventHandler Delegate

In This Topic
Occurs when the selected state of a thumbnail changes.
Syntax
'Declaration
 
<GuidAttribute("5593E96C-034E-3FC4-86F2-0D522E367DF6")>
Public Delegate Sub ThumbnailEx.ItemSelectionChangedEventHandler( _
   ByVal Idx As Integer, _
   ByVal Selected As Boolean _
) 
[Guid("5593E96C-034E-3FC4-86F2-0D522E367DF6")]
public delegate void ThumbnailEx.ItemSelectionChangedEventHandler( 
   int Idx,
   bool Selected
)
public delegate ThumbnailEx.ItemSelectionChangedEventHandler( 
    Idx: Integer;
    Selected: Boolean
);
GuidAttribute("5593E96C-034E-3FC4-86F2-0D522E367DF6")
public delegate ThumbnailEx.ItemSelectionChangedEventHandler( 
   Idx : int,
   Selected : boolean
)
[Guid("5593E96C-034E-3FC4-86F2-0D522E367DF6")]
public: __gc __delegate void ThumbnailEx.ItemSelectionChangedEventHandler( 
   int Idx,
   bool Selected
)
[Guid("5593E96C-034E-3FC4-86F2-0D522E367DF6")]
public delegate void ThumbnailEx.ItemSelectionChangedEventHandler( 
   int Idx,
   bool Selected
)

Parameters

Idx
The thumbnail index. A value between 0 and thumbnails count.
Selected
True is the thumbnail is selected, else False.
See Also