Delegate used to notify of removable device disconnection.


Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)

Syntax

Visual Basic (Declaration)
Public Delegate Sub Device.IPodDisconnectedHandler( _ 
   ByVal driveLetter As String _ 
)
C#
public delegate void Device.IPodDisconnectedHandler(
   string driveLetter
)
C++
public delegate void Device.IPodDisconnectedHandler(
   String driveLetter
)
J#
/** delegate */
public delegate void Device.IPodDisconnectedHandler(
   string driveLetter
)
JScript
JScript suports the use of delegates, but not the declaration of new ones.

Parameters

driveLetter

See Also