# SelectedRowObject

The arguments for the rowsselected event.

Availability
10.1.0
8.2.0
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# index

Availability
10.1.0
8.2.0
9.2.0
index :Number

Row index.


# row

Availability
10.1.0
8.2.0
9.2.0

Table view row object.


# rowData

Availability
10.1.0
8.2.0
9.2.0
rowData :Dictionary<Titanium.UI.TableViewRow>

Properties of the row. Use this property rather than row to access any custom row properties.


# section

Availability
10.1.0
8.2.0
9.2.0

Table view section object, if the clicked row is contained in a section.