Static zng_app::widget::info::VISIBILITY_CHANGED_EVENT

source ยท
pub static VISIBILITY_CHANGED_EVENT: Event<VisibilityChangedArgs>
Expand description

Widget visibility has changed after render.

All subscribers of this event are checked after render, if the previous visibility was recorded and the new visibility is different an event is sent to the widget.