Create(Object?, Action<Object, Object?>, Func<Object, Object?, Boolean>?, IReadOnlyList?) Method

Definition

Assembly XamlToCSharpGenerator.Runtime.Avalonia.dll

Creates an ICommand? wrapper for a bound method target.

public static ICommand? Create(object? target, Action<object, object?> execute, Func<object, object?, bool>? canExecute, IReadOnlyList<string>? dependsOnProperties)

Parameters

target
Object
dependsOnProperties
IReadOnlyList<String>

Returns