Interfaces
ItemEventData
ItemEventData
interface ItemEventData extends EventData { android: any; index: number; ios: any; view: View; }
Event data containing information for the index and the view associated to a list view item.
Summary
Properties
android
Gets the native [android widget](http://developer.android.com/reference/android/view/ViewGroup.html) that represents the user interface where the view is hosted. Valid only when running on Android OS.
index
The index of the item, for which the event is raised.
ios
Gets the native [iOS view](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableViewCell_Class/) that represents the user interface where the view is hosted. Valid only when running on iOS.
- Previous
- ImageAssetOptions
- Next
- ItemsLoading