VoipPhoneCall.RejectRequested event

Raised when a call has been rejected.

Syntax

public event TypedEventHandler<VoipPhoneCall, CallRejectEventArgs> RejectRequested
Public Event RejectRequested As TypedEventHandler(Of VoipPhoneCall, CallRejectEventArgs)
public:
event TypedEventHandler<VoipPhoneCall, CallRejectEventArgs>^ RejectRequested {
   Windows::Foundation::EventRegistrationToken add(TypedEventHandler<VoipPhoneCall, CallRejectEventArgs>^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}

Event information

Delegate TypedEventHandler<VoipPhoneCall, CallRejectEventArgs>

Remarks

After this event is raised, the application must call NotifyCallEnded within 5 seconds.

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