'Declaration Public Function New( _ ByVal executeAction As Action _ )
public DelegateCommand( Action executeAction )
Parameters
- executeAction
- The command will be executed.
'Declaration Public Function New( _ ByVal executeAction As Action _ )
public DelegateCommand( Action executeAction )