Delegate for a LampUpdated event.
| C# | Visual Basic | Visual C++ |
public delegate void LampUpdatedEventHandler( Object sender, Phone..::.LampUpdatedEventArgs e )
Public Delegate Sub LampUpdatedEventHandler ( _ sender As Object, _ e As Phone..::.LampUpdatedEventArgs _ )
public delegate void LampUpdatedEventHandler( Object^ sender, Phone..::.LampUpdatedEventArgs^ e )
- sender (Object)
- Object who sent this message
- e (Phone..::.LampUpdatedEventArgs)
- Parameters associated with this response.
Assembly: ServiceProvider (Module: ServiceProvider)