'Usage
Dim instance As C1DelegateCommand Dim parameter As Object instance.Execute(parameter)
Parameters
- parameter
- Data used by the command. If the command does not require data to be passed, this object can be set to null.
'Usage
Dim instance As C1DelegateCommand Dim parameter As Object instance.Execute(parameter)