Click or drag to resize

CommandProxyInvokeCommand Method (Object)

Invokes the bound command with the specified arguments.

Namespace:  Slash.Unity.DataBind.Foundation.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void InvokeCommand(
	params Object[] args
)

Parameters

args
Type: SystemObject
Arguments to invoke the bound command with.
See Also