Function zng::progress::on_complete
source ยท pub fn on_complete(
child: impl UiNode,
handler: impl WidgetHandler<Progress>,
) -> impl UiNode
Expand description
P
Event raised when progress updates to a complete state or inits completed.
This event works in any context that sets PROGRESS_VAR
.