ClassDelegateCommand
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class DelegateCommand : ICommand
Inheritance: objectDelegateCommand
Implements:
Constructors
Methods
Execute(object)
Declaration
cs-api-definition
public void Execute(object parameter)
Parameters
parameter
Implements
Events
CanExecuteChanged
Declaration
cs-api-definition
public event EventHandler CanExecuteChanged
Event Value
Implements