ActionCommand(T) Constructor (Action(T), Func(Boolean))

Regno Shared SQLRace

RegnoCompleteRegnoSoftware.Standard.Core

ActionCommand<(Of <(<'T>)>)> Constructor (Action<(Of <(<'T>)>)>, Func<(Of <(<'Boolean>)>)>)

Initializes a new instance of the ActionCommand<(Of <(<'T>)>)> class.

Namespace:  RegnoSoftware.Standard.Commands
Assembly:  RegnoSoftware.Standard (in RegnoSoftware.Standard.dll)

Syntax


public ActionCommand(
	Action<T> execute,
	Func<bool> canExecute
)

Parameters

execute
Type: Action<(Of <(<'T>)>)>
The execute.
canExecute
Type: Func<(Of <(<'Boolean>)>)>
The can execute.