Version

RecordCarouselItem Method

Records the performed action on one or more Carousel ListBox items
Syntax
'Declaration
 
Protected Sub RecordCarouselItem( _
   ByVal selectedItems As System.Collections.IList, _
   ByVal actionOnItemEnum As System.Enum _
) 
protected void RecordCarouselItem( 
   System.Collections.IList selectedItems,
   System.Enum actionOnItemEnum
)
protected: void RecordCarouselItem( 
   System.Collections.IList* selectedItems,
   System.Enum* actionOnItemEnum
) 

Parameters

selectedItems
List of selected items.
actionOnItemEnum
The action that is taken on the carousel listbox item - SelectCarouselItem
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also