XamlUICommand.CanExecuteRequested Event

Definition

Occurs when a CanExecute call is made.

C#
public event TypedEventHandler<XamlUICommand,CanExecuteRequestedEventArgs> CanExecuteRequested;

Event Type

Applies to

Product Versions
WinRT Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

See also