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
| Delegate | EventHandler [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 |
|
|
Metadata |
|
See also
Show: