Delegate which represents the handler for events to the Get Device ID List message.
| C# | Visual Basic | Visual C++ |
public delegate void GetDeviceIdListEventHandler( Object sender, ServiceProvider..::.GetDeviceIdListEventArgs e )
Public Delegate Sub GetDeviceIdListEventHandler ( _ sender As Object, _ e As ServiceProvider..::.GetDeviceIdListEventArgs _ )
public delegate void GetDeviceIdListEventHandler( Object^ sender, ServiceProvider..::.GetDeviceIdListEventArgs^ e )
- sender (Object)
- Object who sent the message.
- e (ServiceProvider..::.GetDeviceIdListEventArgs)
- Paramters associated with this particular callback.
Assembly: ServiceProvider (Module: ServiceProvider)