How to Associate Actions with List Views

Previous Next

To associate actions with list views, set these actions as the value of the list view's double-click Action behavior property.

The actions you define for this property will be executed each time the user clicks on any of the list view's items.

Typically, in the action's parameters you will want to refer to the list view's current item (which, in this case, is the item clicked by the user).