net9.0
namespace System.Windows.Input
{
[TypeConverter("System.Windows.Input.CommandConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
[ValueSerializer("System.Windows.Input.CommandValueSerializer, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
public interface ICommand
{
event EventHandler? CanExecuteChanged;
}
}
NetFx Compat Lab | 21.7 %
Reference this API 21.7 %
Subscribe to this event 21.5 %
Unsubscribe from this event |
---|---|
nuget.org | 0.3 %
Reference this API 0.0 %
Declare a DIM for this API 0.3 %
Subscribe to this event 0.2 %
Unsubscribe from this event |
Upgrade Planner | 0.3 %
Reference this API 0.3 %
Subscribe to this event 0.3 %
Unsubscribe from this event |
.NET | 5.06.07.08.09.0 |
.NET Core | 1.01.12.02.12.23.03.1 |
.NET Framework | 3.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 1.01.11.21.31.41.51.62.02.1 |
Information specific to net9.0 | |
Assembly | System.ObjectModel , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | The event adder is supported on all platforms. The event remover is supported on all platforms. |