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 |
|---|
Parameters
- iPod