Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ItemEventData

Event data containing information for the index and the view associated to a list view item.

Hierarchy

Index

Properties

android

android: any

Gets the native android widget that represents the user interface where the view is hosted. Valid only when running on Android OS.

eventName

eventName: string

index

index: number

The index of the item, for which the event is raised.

ios

ios: any

Gets the native iOS view that represents the user interface where the view is hosted. Valid only when running on iOS.

object

object: Observable

view

view: View

The view that is associated to the item, for which the event is raised.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method