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.
Namespace: System.ComponentModel
Assembly: System.Windows (in System.Windows.dll)
Syntax
Public Sub New ( _
isCancelable As Boolean _
)
public CurrentChangingEventArgs(
bool isCancelable
)
Parameters
- isCancelable
Type: System..::.Boolean
true to disable the ability to cancel a CurrentItem change; false to enable cancellation.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone
See Also
Reference
CurrentChangingEventArgs Class
CurrentChangingEventArgs Overload
System.ComponentModel Namespace