React ProgressBar - CompleteEvent

The type of the complete event handler's argument.

import { ProgressBarTypes } from "devextreme-react/progress-bar"
Type: ProgressBarTypes.CompleteEvent

component

The UI component's instance.

Selector: Component
Type:

ProgressBar

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event