- error
Event!(Args) error(Event!(Args) event, void delegate(Exception) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- once
Event!(Args) once(Event!(Args) event)
Undocumented in source. Be warned that the author may not have intended to support it.
- once
Event!(Args) once(Event!(Args) event, void delegate() callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- once
Event!(Args) once(Event!(Args) event, void delegate(Args) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- ownedBy
Event!(Args) ownedBy(Event!(Args) event, IEvent owner)
Undocumented in source. Be warned that the author may not have intended to support it.
- then
Event!(Args) then(Event!(Args) event, void delegate() callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- then
Event!(Args) then(Event!(Args) event, void delegate(Args) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- until
Event!(Args) until(Event!(Args) event, bool delegate() condition)
Undocumented in source. Be warned that the author may not have intended to support it.