PaintableT.addOnInvalidateContents

Emitted when the contents of the @paintable change.

Examples for such an event would be videos changing to the next frame or the icon theme for an icon changing.

template PaintableT(TStruct)
gulong
addOnInvalidateContents
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta