Static zng_app::widget::info::INTERACTIVITY_CHANGED_EVENT

source ยท
pub static INTERACTIVITY_CHANGED_EVENT: Event<InteractivityChangedArgs>
Expand description

Widget interactivity has changed after an info update.

All subscribers of this event are checked after info rebuild, if the interactivity changes from the previous tree the event notifies.

The event only notifies if the widget is present in the new info tree.