Function zng::progress::on_progress
source ยท pub fn on_progress(
child: impl UiNode,
handler: impl WidgetHandler<Progress>,
) -> impl UiNode
Expand description
P
Event raised for each progress update, and once after info init.
This event works in any context that sets PROGRESS_VAR
.