System.Web.UI.WebControls.GridView.ICallbackContainer C# (CSharp) Method

ICallbackContainer() private method

private ICallbackContainer ( IButtonControl control, string argument ) : string
control IButtonControl
argument string
return string
		string ICallbackContainer.GetCallbackScript (IButtonControl control, string argument)
		{
			return GetCallbackScript (control, argument);
		}