Table of Contents

Event CanExecuteChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Raised when the ability of the command to execute has changed.

public event EventHandler? CanExecuteChanged

Returns

EventHandler
Raised when the ability of the command to execute has changed.
Implements