Initializes a new instance of the C1DelegateCommand class.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
| C# |
|---|
public C1DelegateCommand( Action<Object> execute ) |
| Visual Basic |
|---|
Public Sub New ( _ execute As Action(Of Object) _ ) |
Parameters
- execute
- Type: System..::..Action<(Of <(<'Object>)>)>
The execute delegate.