RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

RelayCommand<(Of <(<'T>)>)> Class

Class RelayCommand. Used to set ViewModel commands with event input parameters. Implements the ICommand

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public class RelayCommand<T> : ICommand
Public Class RelayCommand(Of T) _
	Implements ICommand
generic<typename T>
public ref class RelayCommand : ICommand

Type Parameters

T

Inheritance Hierarchy


Object
  RingSoft.DataEntryControls.Engine..::..RelayCommand<(Of <(<'T>)>)>