Reference Library
OnPressButtonResponse Event
NamespacesAvaya.ApplicationEnablement.DMCCPhoneOnPressButtonResponse
Event registration for responses to PressButton requests.
Declaration Syntax
C#Visual BasicVisual C++
public event PressButtonResponseHandler OnPressButtonResponse
Public Event OnPressButtonResponse As PressButtonResponseHandler
public:
virtual  event PressButtonResponseHandler^ OnPressButtonResponse {
	void add (PressButtonResponseHandler^ value);
	void remove (PressButtonResponseHandler^ value);
}

Assembly: ServiceProvider (Module: ServiceProvider)