VoipPhoneCall.AnswerRequested event
Raised when the user answers an incoming call.
Syntax
public event TypedEventHandler<VoipPhoneCall, CallAnswerEventArgs> AnswerRequested
Public Event AnswerRequested As TypedEventHandler(Of VoipPhoneCall, CallAnswerEventArgs)
public:
event TypedEventHandler<VoipPhoneCall, CallAnswerEventArgs>^ AnswerRequested {
Windows::Foundation::EventRegistrationToken add(TypedEventHandler<VoipPhoneCall, CallAnswerEventArgs>^ value);
void remove(Windows::Foundation::EventRegistrationToken token);
}
Event information
Delegate | TypedEventHandler<VoipPhoneCall, CallAnswerEventArgs> |
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8 |
Namespace |
Windows.Phone.Networking.Voip Windows::Phone::Networking::Voip [C++] |
Metadata |
Windows.WinMD |
Capabilities |
ID_CAP_VOIP [Windows Phone] |
See also
VoipPhoneCall