Class IgxSelectedItemChangingEventArgs

Provides data for the SelectedItemChanging event.

Hierarchy

Hierarchy

Constructors

Properties

Accessors

Constructors

Properties

ngAcceptInputType_cancel: string | boolean

Accessors

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

    Returns boolean

  • set cancel(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

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

    Returns any

  • set newItem(v: any): void
  • Parameters

    • v: any

    Returns void

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

    Returns any

  • set oldItem(v: any): void
  • Parameters

    • v: any

    Returns void