Click or drag to resize

RelayCommandT Methods

The RelayCommandT generic type exposes the following members.

Methods
  NameDescription
Public methodCanExecute
Determines whether this command can execute with the specified parameter.
Public methodExecute
Executes the command with the specified parameter.
Protected methodOnCanExecuteChanged
Raises the CanExecuteChanged event.
Public methodUpdateCanExecute
Tells consumers of this command that the CanExecute(Object) state has changed and should be queried again.
Top
See Also