DriveT.addOnDisconnected

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

template DriveT(TStruct)
gulong
addOnDisconnected
(
void delegate
(
DriveIF
)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)