Click or drag to resize

CommandInvokeCommand Method (Object)

Invokes the bound method 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 method with.
See Also