Initializes a new instance of the ActionCommand class.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public ActionCommand( Action<Object> executeAction, Func<bool> canExecuteFunc )
Public Sub New ( executeAction As Action(Of Object), canExecuteFunc As Func(Of Boolean) )
public: ActionCommand( Action<Object^>^ executeAction, Func<bool>^ canExecuteFunc )
new : executeAction : Action<Object> * canExecuteFunc : Func<bool> -> ActionCommand
Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)