ContractFailedEventArgs.Handled Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether the Contract.ContractFailed event has been handled.
Assembly: mscorlib (in mscorlib.dll)
If the Contract.ContractFailed event has not been handled, the debugger is notified. If no debugger is attached, an Assert dialog box is displayed.
Show: