3 changed files with 1 additions and 20 deletions
@ -1,19 +0,0 @@ |
|||||
// -----------------------------------------------------------------------
|
|
||||
// <copyright file="ICommand.cs" company="Steven Kirk">
|
|
||||
// Copyright 2015 MIT Licence. See licence.md for more information.
|
|
||||
// </copyright>
|
|
||||
// -----------------------------------------------------------------------
|
|
||||
|
|
||||
namespace Perspex.Input |
|
||||
{ |
|
||||
using System; |
|
||||
|
|
||||
public interface ICommand |
|
||||
{ |
|
||||
event EventHandler CanExecuteChanged; |
|
||||
|
|
||||
bool CanExecute(object parameter); |
|
||||
|
|
||||
void Execute(object parameter); |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue