Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 604 Bytes

canexecuterequestedeventargs_canexecute.md

File metadata and controls

30 lines (17 loc) · 604 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Xaml.Input.CanExecuteRequestedEventArgs.CanExecute
winrt property
RS5

Windows.UI.Xaml.Input.CanExecuteRequestedEventArgs.CanExecute

-description

Gets or sets a value indicating whether the ICommand that raised this event is able to execute.

-property-value

true if the ICommand is able to execute; otherwise, false.

-remarks

-see-also

CanExecuteRequested

-examples