TextEvent

A handler receiving a text payload.

alias TextEvent = void delegate
(
string text
)

Meta