CurrentChangingEventArgs::Cancel Property
.NET Framework (current version)
Gets or sets a value that indicates whether to cancel the event.
Assembly: WindowsBase (in WindowsBase.dll)
Property Value
Type: System::Booleantrue if the event is to be canceled; otherwise, false. The default value is false.
| Exception | Condition |
|---|---|
| InvalidOperationException | If the value of IsCancelable is false. |
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: