CurrentChangingEventArgs 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 CurrentChangingEventArgs class and sets the IsCancelable property to the specified value.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- isCancelable
- Type: System.Boolean
true to disable the ability to cancel a CurrentItem change; false to enable cancellation.
Show: