Widget.addOnEventAfter

After the emission of the event signal and (optionally) the second more specific signal, ::event-after will be emitted regardless of the previous two signals handlers return values.

class Widget
gulong
addOnEventAfter
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)