Keyoti RapidFindReplace WPF API Docs
ActionCommand Constructor (executeAction, canExecuteFunc)
API DocumentationKeyoti.RapidFindReplace.WPFActionCommandActionCommand(Action<(Of <<'(String>)>>), Func<(Of <<'(Boolean>)>>))
Keyoti RapidFindReplace WPF
Initializes a new instance of the ActionCommand class.
Declaration Syntax
C#Visual BasicVisual C++F#
public ActionCommand(
	Action<string> executeAction,
	Func<bool> canExecuteFunc
)
Public Sub New ( 
	executeAction As Action(Of String),
	canExecuteFunc As Func(Of Boolean)
)
public:
ActionCommand(
	Action<String^>^ executeAction, 
	Func<bool>^ canExecuteFunc
)
new : 
        executeAction : Action<string> * 
        canExecuteFunc : Func<bool> -> ActionCommand
Parameters
executeAction (Action<(Of <(<'String>)>)>)
The action to execute when the command is executed.
canExecuteFunc (Func<(Of <(<'Boolean>)>)>)
A predicate to determine whether we can run.

Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)