DocumentT.addOnReload

The 'reload' signal is emitted when the contents of a document is refreshed from its source. Once 'reload' has been emitted, a matching 'load-complete' or 'load-stopped' signal should follow, which clients may await before interrogating ATK for the latest document content.

template DocumentT(TStruct)
gulong
addOnReload
(
void delegate
(
DocumentIF
)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta