Click or drag to resize

AsyncCommand Constructor

Initializes a new instance of the AsyncCommand class

Namespace: RAYLASE.Marker.GUI.Common.Interactivity
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public AsyncCommand(
	Func<Task> executedHandler,
	Func<bool> canExecuteHandler = null
)

Parameters

executedHandler  FuncTask

[Missing <param name="executedHandler"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.AsyncCommand.#ctor(System.Func{System.Threading.Tasks.Task},System.Func{System.Boolean})"]

canExecuteHandler  FuncBoolean  (Optional)

[Missing <param name="canExecuteHandler"/> documentation for "M:RAYLASE.Marker.GUI.Common.Interactivity.AsyncCommand.#ctor(System.Func{System.Threading.Tasks.Task},System.Func{System.Boolean})"]

See Also