TextT.addOnTextRemove

The "text-remove" signal is emitted when a new text is removed. 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
addOnTextRemove
(
void delegate
(
int
,
int
,
string
,
TextIF
)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)