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