WIDGET_TREE_CHANGED_EVENT

Static WIDGET_TREE_CHANGED_EVENT 

Source
pub static WIDGET_TREE_CHANGED_EVENT: Event<WidgetTreeChangedArgs>
Expand description

A window widget tree was rebuild.

Note that some widgets values may update internally after render, those changes do not generate an event. To monitor those changes use a variable and schedule a modify during each render pass that requery the value.