RelayCommand Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
A command that invokes a delegate. This class does not provide the command parameter to the delegate - if you need that, use the generic version of this class instead.
Inheritance
System.Object
RelayCommand
Implements
System.Windows.Input.ICommand
Syntax
public class RelayCommand : ICommand
Constructors
RelayCommand(Action) | |
RelayCommand(Action, Func<Boolean>) |
Methods
CanExecute(Object) | |
Execute(Object) |
Events
CanExecuteChanged |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Implements
System.Windows.Input.ICommand