Class ChartAfterPrintEvent

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

@DomEvent("chart-after-print") public class ChartAfterPrintEvent extends ComponentEvent<Chart>
Fired after a chart is printed using the print menu
See Also:
  • Constructor Details

    • ChartAfterPrintEvent

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