on_progress

Function on_progress 

Source
pub fn on_progress(
    child: impl IntoUiNode,
    handler: Box<dyn FnMut(&Progress) -> HandlerResult + Send>,
) -> 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.