TextT.addOnTextAttributesChanged

The "text-attributes-changed" signal is emitted when the text attributes of the text of an object which implements AtkText changes.

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