System.Web.UI.WebControls.TextBox.IPostBackDataHandler C# (CSharp) Метод

IPostBackDataHandler() приватный Метод

private IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
Результат bool
		bool IPostBackDataHandler.LoadPostData (string postDataKey, NameValueCollection postCollection)
		{
			return LoadPostData (postDataKey, postCollection);
		}
	

Same methods

TextBox::IPostBackDataHandler ( ) : void