Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ListViewEventData

Generic scheme for event arguments provided to handlers of events exposed by a RadListView.

Hierarchy

Implements

  • unknown

Index

Properties

android

android: any

The native object that raised the event.

data

data: any

Might point to an object related to a specific event.

eventName

eventName: string

Returns the name of the event that has been fired.

groupIndex

groupIndex: number

Gets the index of the data group (if present) to which the event relates. Returns -1 if there is no group.

index

index: number

Gets the index of the item in the source to which the event relates.

ios

ios: any

The native object that raised the event

object

object: RadListView

The object that fires the event.

returnValue

returnValue: any

Returns a boolean value which is interpreted in the context with the event.

view

view: View

The NativeScript object that raised the event.

Generated using TypeDoc