MountT.addOnUnmounted

This signal is emitted when the GMount have been unmounted. If the recipient is holding references to the object they should release them so the object can be finalized.

template MountT(TStruct)
gulong
addOnUnmounted
(
void delegate
(
MountIF
)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)