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

RelayCommand Constructor

Initializes a new instance of the RelayCommand class.

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

Syntax


public RelayCommand(
	Action handler
)
Public Sub New ( _
	handler As Action _
)
public:
RelayCommand(
	Action^ handler
)

Parameters

handler
Type: Action
The handler.