Class IgrSeriesViewerSelectedSeriesItemsChangingEventArgs

Provides data for the SelectedItemsChanging event.

Hierarchy

Hierarchy

Constructors

Accessors

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

    Returns boolean

  • set cancel(v): void
  • Parameters

    • v: boolean

    Returns void

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

    Returns IgrChartSelectedItemCollection

  • set currentItems(v): void
  • Parameters

    Returns void

  • get nativeElement(): HTMLElement
  • Returns HTMLElement

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

    Returns IgrChartSelectedItemCollection

  • set newItems(v): void
  • Parameters

    Returns void

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

    Returns IgrChartSelectedItemCollection

  • set oldItems(v): void
  • Parameters

    Returns void