DriveT.addOnEjectButton

Emitted when the physical eject button (if any) of a drive has been pressed.

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