'Declaration Public Function New( _ ByVal execute As Action(Of Object), _ ByVal canExecute As Func(Of Boolean) _ )
'Usage Dim execute As Action(Of Object) Dim canExecute As Func(Of Boolean) Dim instance As New RelayCommand(execute, canExecute)
public RelayCommand( Action<object> execute, Func<bool> canExecute )
Parameters
- execute
- canExecute