Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ItemEventArgs

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

Hierarchy

  • ItemEventArgs

Index

Properties

data

data: any

Might point to an object related to a specific event. Might point to an object related to a specific event.

index

index: number

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

object

object: any

The object that fires the event. The object that fires the event.

Optional returnValue

returnValue: boolean

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

view

view: EmbeddedViewRef

The angular view object that fires the event. The angular view object that fires the event.

Generated using TypeDoc