Utility class that helps creating an
ICommand from the delegates execute and canExecute.
Namespace:
C1.WPF
Assembly:
C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public class C1DelegateCommand : ICommand |
Visual Basic |
---|
Public Class C1DelegateCommand _
Implements ICommand |
Inheritance Hierarchy
See Also