A generic command whose sole purpose is to relay its functionality to other objects by invoking delegates. The default return value for the CanExecute method is true
. This class allows you to accept command parameters in the Execute(T) and CanExecute(T) callback methods.
public sealed class RelayCommand<T> : Microsoft.Toolkit.Mvvm.Input.IRelayCommand<T>, System.Windows.Input.ICommand
type RelayCommand<'T> = class
interface IRelayCommand<'T>
interface IRelayCommand
interface ICommand
Public NotInheritable Class RelayCommand(Of T)
Implements ICommand, IRelayCommand(Of T)
Type Parameters
The type of parameter being passed as input to the callbacks.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4