PhoneApplicationService.ContractActivated Event

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Occurs when the app receives a modern contract activation.

This API is not CLS-compliant. 

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

<CLSCompliantAttribute(False)> _
Public Event ContractActivated As EventHandler(Of IActivatedEventArgs)
[CLSCompliantAttribute(false)]
public event EventHandler<IActivatedEventArgs> ContractActivated
<object ContractActivated="EventHandler<IActivatedEventArgs>" .../>

Version Information

Windows Phone OS

Supported in: 8.1

See Also

Reference

PhoneApplicationService Class

Microsoft.Phone.Shell Namespace