Initializes a new instance of the ActionCommand class.
Declaration Syntax
C# | Visual Basic | Visual 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
Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)