Class IgxSelectedItemsChangingEventArgs

Provides data for the SelectedItemsChanging event.

Hierarchy

Hierarchy

Constructors

Properties

ngAcceptInputType_cancel: string | boolean
ngAcceptInputType_currentItems: string | IgxObjectCollection
ngAcceptInputType_newItems: string | IgxObjectCollection
ngAcceptInputType_oldItems: string | IgxObjectCollection

Accessors

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

    Returns boolean

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

    • v: boolean

    Returns void

  • get currentItems(): IgxObjectCollection
  • A list of the current items selected.

    Returns IgxObjectCollection

  • set currentItems(v: IgxObjectCollection): void
  • Parameters

    Returns void

  • get newItems(): IgxObjectCollection
  • A list of the items being selected.

    Returns IgxObjectCollection

  • set newItems(v: IgxObjectCollection): void
  • Parameters

    Returns void

  • get oldItems(): IgxObjectCollection
  • A list of the previously selected items.

    Returns IgxObjectCollection

  • set oldItems(v: IgxObjectCollection): void
  • Parameters

    Returns void