actionchanged Method

Purpose:

Tells a ListView object what to do when user selects a different row

Syntax:

.actionchanged = "rowclicked"

Comments:

When the user selects a new row in a listview object this method is called.

Example:

listview.actionchanged = "rowclicked"

.

.

rowclicked:

//  do something

return