CancelEventArgs Constructor (Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the CancelEventArgs class that has the Cancel property set to the given value.
Assembly: System (in System.dll)
Parameters
- cancel
- Type: System.Boolean
true to cancel the operation; otherwise, false.
Show: