# SelectedRowObject
The arguments for the rowsselected event.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# rowData
rowData :Dictionary<Titanium.UI.TableViewRow>
Properties of the row. Use this property rather than row
to access any custom row properties.
# section
section :Titanium.UI.TableViewSection
Table view section object, if the clicked row is contained in a section.