Simple command that allows us to use delegates to control our actions
| C# | Visual Basic | Visual C++ | F# |
public class ActionCommand : ICommand
Public Class ActionCommand Implements ICommand
public ref class ActionCommand : ICommand
type ActionCommand = class interface ICommand end
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| ActionCommand(Action, Func<(Of <<'(Boolean>)>>)) |
Initializes a new instance of the ActionCommand class.
| |
| ActionCommand(Action<(Of <<'(Object>)>>), Func<(Of <<'(Boolean>)>>)) |
Initializes a new instance of the ActionCommand class.
| |
| ActionCommand(Action<(Of <<'(String>)>>), Func<(Of <<'(Boolean>)>>)) |
Initializes a new instance of the ActionCommand class.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| ActionCommand | |
Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)