更新整理
This commit is contained in:
@@ -6,7 +6,7 @@ namespace WPFluent.Input;
|
||||
/// An interface expanding <see cref="ICommand"/> with the ability to raise the <see cref="ICommand.CanExecuteChanged"/>
|
||||
/// event externally.
|
||||
/// </summary>
|
||||
public interface IRelayCommand : ICommand
|
||||
internal interface IRelayCommand : ICommand
|
||||
{
|
||||
/// <summary>
|
||||
/// Notifies that the <see cref="ICommand.CanExecute"/> property has changed.
|
||||
|
||||
Reference in New Issue
Block a user