DelegateCommandT Class |
Namespace: DW.SharpTools
public class DelegateCommand<T> : DelegateCommandBase
The DelegateCommandT type exposes the following members.
Name | Description | |
---|---|---|
![]() | DelegateCommandT(ActionT) |
Initializes a new instance of the DW.SharpTools.DelegateCommand class with the execute delegate.
|
![]() | DelegateCommandT(PredicateT, ActionT) |
Initializes a new instance of the DW.SharpTools.DelegateCommand class with the can execute and execute delegates.
|
Name | Description | |
---|---|---|
![]() | CanExecute |
Calls and returns the result of the can execute delegate. See CanExecute(Object).
|
![]() | Execute |
Calls the execute delegate. See Execute(Object).
|