ListPanelItemSelectChangedEventArgs Class Reference

Event argument called when list item is selected. More...

List of all members.

Public Member Functions

 ListPanelItemSelectChangedEventArgs ()
 Constructor.
 ListPanelItemSelectChangedEventArgs (ListPanelItem item)
 Constructor.

Properties

int Index [get, set]
 Index of selected items.
virtual int IndexInSection [get, set]
 Index of section.
int SectionIndex [get, set]
 Index within section.

Detailed Description

Event argument called when list item is selected.


Constructor & Destructor Documentation

Constructor.

Parameters:
itemItem

Property Documentation

virtual int IndexInSection [get, set]

Index of section.

This property is enabled only for ListPanel.

int SectionIndex [get, set]

Index within section.

This property is enabled only for ListPanel.