'宣言
Public Function New( _ ByVal executeAction As Func(Of Object,Task), _ ByVal canExecute As Func(Of Object,Boolean) _ )
public AsyncCommand( Func<object,Task> executeAction, Func<object,bool> canExecute )
パラメータ
- executeAction
- canExecute
'宣言
Public Function New( _ ByVal executeAction As Func(Of Object,Task), _ ByVal canExecute As Func(Of Object,Boolean) _ )
public AsyncCommand( Func<object,Task> executeAction, Func<object,bool> canExecute )