RelayCommandT Class |
Namespace: Eto.Forms
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.RelayCommand`1"]
The RelayCommandT type exposes the following members.
Name | Description | |
---|---|---|
RelayCommandT(ActionT) |
Initializes a new instance of the RelayCommandT class.
| |
RelayCommandT(ActionT, PredicateT) |
Initializes a new instance of the RelayCommandT class.
|
Name | Description | |
---|---|---|
CanExecute |
Determines whether this command can execute with the specified parameter.
| |
Execute |
Executes the command with the specified parameter.
| |
OnCanExecuteChanged |
Raises the CanExecuteChanged event.
| |
UpdateCanExecute |
Tells consumers of this command that the CanExecute(Object) state has changed and should be queried again.
|
Name | Description | |
---|---|---|
CanExecuteChanged |
Occurs when the return value of CanExecute(Object) is changed.
|