RelayCommand Class |
Namespace: Enkoni.Framework.UI.Mvvm
The RelayCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | RelayCommand(Action) | Initializes a new instance of the RelayCommand class. |
![]() | RelayCommand(Action, FuncBoolean) | Initializes a new instance of the RelayCommand class. |
Name | Description | |
---|---|---|
![]() | CanExecute | Determines if the command can execute in its current state. |
![]() | Equals | (Inherited from Object.) |
![]() | Execute | Executes the action behind this command. |
![]() | 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.) |
![]() | RaiseCanExecuteChanged | Raises the CanExecuteChanged event on the UI thread. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CanExecuteChanged | Occurs when changes occur that affect whether the command should execute. |