Class IgxSeriesViewerSelectedSeriesItemsChangingEventArgs

Provides data for the SelectedItemsChanging event.

Hierarchy

Hierarchy

Constructors

Properties

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

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(): IgxChartSelectedItemCollection
  • A list of the current items selected.

    Returns IgxChartSelectedItemCollection

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

    Returns void

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

    Returns IgxChartSelectedItemCollection

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

    Returns void