EventListener

This is an opaque type you can use to disconnect an event handler when you're no longer interested.

struct EventListener {}

Members

Functions

disconnect
void disconnect()

Meta

History

The data members were public (albiet undocumented and not intended for use) prior to May 13, 2021. They are now private, reflecting the single intended use of this object.

Suggestion Box / Bug Report