Click or drag to resize

CommandInvokeCommand Method (Int32)

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

Parameters

value
Type: SystemInt32
Argument value.
See Also