Provides data for the SelectedItemChanging event.

Hierarchy

Hierarchy (view full)

Constructors

Accessors

Constructors

Accessors

  • get cancel(): boolean
  • Set this to true in order to stop the SelectedItem from changing.

    Returns boolean

  • set cancel(v): void
  • Parameters

    • v: boolean

    Returns void

  • get newItem(): any
  • The newly selected item.

    Returns any

  • set newItem(v): void
  • Parameters

    • v: any

    Returns void

  • get oldItem(): any
  • The previously selected item.

    Returns any

  • set oldItem(v): void
  • Parameters

    • v: any

    Returns void