Call() private method

private Call ( ScriptPosition mode, string name ) : void
mode ScriptPosition
name string
return void
コード例 #1
0
ファイル: ListItem.cs プロジェクト: RabbWhite/ExtNet
 protected void SetValue(string value)
 {
     if (parent != null && parent.AllowCallbackScriptMonitoring && RequestManager.IsAjaxRequest)
     {
         parent.Call("setValue", value);
     }
 }