Click or drag to resize

RelayCommandT Class

A 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 and CanExecute callback methods.
Inheritance Hierarchy
SystemObject
  Micros.PosCore.GuestProfile.MvvmToolsRelayCommandT

Namespace:  Micros.PosCore.GuestProfile.MvvmTools
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public class RelayCommand<T> : ICommand

Type Parameters

T

The RelayCommandT type exposes the following members.

Constructors
Methods
Events
  NameDescription
Public eventCanExecuteChanged
Top
Remarks