Reference Library
GetButtonInfoResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCGetButtonInfoResponseHandler
Delegate for a response to a GetButtonInfo request
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
sender (Object)
Object who sent this message
e (Phone..::..GetButtonInfoResponseResponseArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)