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