Event argument called when list item is selected. More...
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. |
Event argument called when list item is selected.
Constructor.
item | Item |
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.