DocumentT.addOnLoadStopped

The 'load-stopped' signal is emitted when a pending load of document contents is cancelled, paused, or otherwise interrupted by the user or application logic. It should not however be emitted while waiting for a resource (for instance while blocking on a file or network read) unless a user-significant timeout has occurred.

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

Meta