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

RelayCommand..::..Execute Method

Defines the method to be called when the command is invoked.

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

Syntax


public void Execute(
	Object parameter
)
Public Sub Execute ( _
	parameter As Object _
)
public:
void Execute(
	Object^ parameter
)

Parameters

parameter
Type: Object
Data used by the command. If the command does not require data to be passed, this object can be set to nullNothingnullptra null reference (Nothing in Visual Basic).