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