-
Home
-
API
-
XamlToCSharpGenerator.Runtime
-
SourceGenMethodCommandRuntime
-
Methods
-
Create(Object?, Action
Create(Object?, Action<Object, Object?>, Func<Object, Object?, Boolean>?, IReadOnlyList?) Method
Definition
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
Returns