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 As Integer, _
ByVal As Boolean _
)
[Guid("5593E96C-034E-3FC4-86F2-0D522E367DF6")]
public delegate void ThumbnailEx.ItemSelectionChangedEventHandler(
int ,
bool
)
public delegate ThumbnailEx.ItemSelectionChangedEventHandler(
: Integer;
: Boolean
);
GuidAttribute("5593E96C-034E-3FC4-86F2-0D522E367DF6")
public delegate ThumbnailEx.ItemSelectionChangedEventHandler(
: int,
: boolean
)
[Guid("5593E96C-034E-3FC4-86F2-0D522E367DF6")]
public: __gc __delegate void ThumbnailEx.ItemSelectionChangedEventHandler(
int ,
bool
)
[Guid("5593E96C-034E-3FC4-86F2-0D522E367DF6")]
public delegate void ThumbnailEx.ItemSelectionChangedEventHandler(
int ,
bool
)
Parameters
- Idx
- The thumbnail index. A value between 0 and thumbnails count.
- Selected
- True is the thumbnail is selected, else False.
See Also