TextT.addOnTextInsert

The "text-insert" signal is emitted when a new text is inserted. If the signal was not triggered by the user (e.g. typing or pasting text), the "system" detail should be included.

template TextT(TStruct)
gulong
addOnTextInsert
(
void delegate
(
int
,
int
,
string
,
TextIF
)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta