Nana C++ Library. Reference for users.
What we need to use nana
|
base class for all event argument types More...
Public Member Functions | |
virtual | ~event_arg ()=default |
void | stop_propagation () const |
ignorable handlers behind the current one in a chain of event handlers will not get called. More... | |
bool | propagation_stopped () const |
base class for all event argument types
|
virtualdefault |
bool nana::event_arg::propagation_stopped | ( | ) | const |
void nana::event_arg::stop_propagation | ( | ) | const |
ignorable handlers behind the current one in a chain of event handlers will not get called.