Delegate used to notify of iPod connection.


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

Syntax

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

Parameters

iPod

See Also