AnnotationRequested | annotationrequested event
Collapse the table of content
Expand the table of content

PhoneCallAnnotationManager.AnnotationRequested | annotationrequested event

This API is not intended to be used directly from your code.

Syntax


function onAnnotationRequested(eventArgs) { /* Your code */ }
 
// addEventListener syntax
phoneCallAnnotationManager.addEventListener("annotationrequested", onAnnotationRequested);
phoneCallAnnotationManager.removeEventListener("annotationrequested", onAnnotationRequested);
 
- or -

phoneCallAnnotationManager.onannotationrequested = onAnnotationRequested;


Event information

DelegateEventHandler [JavaScript] | System.EventHandler<PhoneCallAnnotationEventArgs> [.NET] | Windows.Foundation.EventHandler<PhoneCallAnnotationEventArgs> [C++]

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 GDR1

Namespace

Windows.Phone.Networking.NetworkOperators
Windows::Phone::Networking::NetworkOperators [C++]

Metadata

Windows.WinMD

See also

PhoneCallAnnotationManager

 

 

Show:
© 2017 Microsoft