RelayCommand<T> Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
A command that invokes a delegate. The command parameter must be of type T.
Inheritance
System.Object
RelayCommand<T>
Implements
System.Windows.Input.ICommand
Syntax
public class RelayCommand<T> : ICommand
Type Parameters
T |
Constructors
RelayCommand(Action<T>) | |
RelayCommand(Action<T>, Predicate<T>) |
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