GridDataItemClientFireCommandFunction Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ClientFireCommandFunction(
string commandName,
string commandArgument
)
Public Function ClientFireCommandFunction (
commandName As String,
commandArgument As String
) As String
public:
String^ ClientFireCommandFunction(
String^ commandName,
String^ commandArgument
)
member ClientFireCommandFunction :
commandName : string *
commandArgument : string -> string
Parameters
- commandName
- Type: SystemString
- commandArgument
- Type: SystemString
Return Value
Type:
String
See Also