'Declaration Public Function New( _ ByVal action As System.Action(Of Object), _ ByVal canExecute As System.Boolean _ )
public CommandHandler( System.Action<object> action, System.bool canExecute )
Parameters
- action
- canExecute
'Declaration Public Function New( _ ByVal action As System.Action(Of Object), _ ByVal canExecute As System.Boolean _ )
public CommandHandler( System.Action<object> action, System.bool canExecute )