Click or drag to resize

CommandInvokeCommand Method (Boolean)

Invokes the bound method.

Namespace:  Slash.Unity.DataBind.Foundation.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void InvokeCommand(
	bool value
)

Parameters

value
Type: SystemBoolean
Argument value.
See Also