Click or drag to resize

CommandInvokeCommand Method (String)

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(
	string value
)

Parameters

value
Type: SystemString
Argument value.
See Also