'宣言
Public Function New( _ ByVal executeAction As Action(Of TParm), _ ByVal canExecute As Predicate(Of TParm) _ )
public DelegateCommand<TParm>( Action<TParm> executeAction, Predicate<TParm> canExecute )
パラメータ
- executeAction
- canExecute
'宣言
Public Function New( _ ByVal executeAction As Action(Of TParm), _ ByVal canExecute As Predicate(Of TParm) _ )
public DelegateCommand<TParm>( Action<TParm> executeAction, Predicate<TParm> canExecute )