Call() private method

private Call ( ScriptPosition mode, string name ) : void
mode ScriptPosition
name string
return void
Ejemplo n.º 1
0
 protected void SetValue(string value)
 {
     if (parent != null && parent.AllowCallbackScriptMonitoring && RequestManager.IsAjaxRequest)
     {
         parent.Call("setValue", value);
     }
 }