Class ChartLoadEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Chart>
com.vaadin.flow.component.charts.events.ChartLoadEvent
All Implemented Interfaces:
Serializable

@DomEvent("chart-load") public class ChartLoadEvent extends ComponentEvent<Chart>
Fired after a chart is loaded
See Also:
  • Constructor Details

    • ChartLoadEvent

      public ChartLoadEvent(Chart source, boolean fromClient)
      Constructs a ChartLoadEvent
      Parameters:
      source -
      fromClient -