Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 666 Bytes

currentchangingeventargs_iscancelable.md

File metadata and controls

25 lines (16 loc) · 666 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Data.CurrentChangingEventArgs.IsCancelable
winrt property

Windows.UI.Xaml.Data.CurrentChangingEventArgs.IsCancelable

-description

Gets a value that indicates whether the CurrentItem change can be canceled.

-property-value

true if the event can be canceled; false if the event cannot be canceled.

-remarks

If the IsCancelable property value is false, setting the Cancel property to true will throw an InvalidOperationException.

-examples

-see-also