ScriptObjectBuilderExecuteCallbackMethod Method |
Executes a callback capable method on a control
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static string ExecuteCallbackMethod(
Control control,
string callbackArgument
)
Public Shared Function ExecuteCallbackMethod (
control As Control,
callbackArgument As String
) As String
public:
static String^ ExecuteCallbackMethod(
Control^ control,
String^ callbackArgument
)
static member ExecuteCallbackMethod :
control : Control *
callbackArgument : string -> string
Parameters
- control
- Type: System.Web.UIControl
- callbackArgument
- Type: SystemString
Return Value
Type:
String
See Also