 | CommandProxyInvokeCommand Method (String) |
Invokes the bound command with the specified argument.
Namespace:
Slash.Unity.DataBind.Foundation.Commands
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void InvokeCommand(
string value
)
Public Sub InvokeCommand (
value As String
)
public:
void InvokeCommand(
String^ value
)
member InvokeCommand :
value : string -> unit
Parameters
- value
- Type: SystemString
Command argument.
See Also